C# Class Tup.Cobar4Net.Config.Util.ConfigException

Inheritance: System.Exception
ファイルを表示 Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
ConfigException ( ) : System
ConfigException ( Exception cause ) : System
ConfigException ( string message ) : System
ConfigException ( string message, Exception cause ) : System

Method Details

ConfigException() public method

public ConfigException ( ) : System
return System

ConfigException() public method

public ConfigException ( Exception cause ) : System
cause System.Exception
return System

ConfigException() public method

public ConfigException ( string message ) : System
message string
return System

ConfigException() public method

public ConfigException ( string message, Exception cause ) : System
message string
cause System.Exception
return System