Method | Description | |
---|---|---|
SettingsLoaderException ( string message ) : System |
Initializes a new instance of the SettingsLoaderException class.
|
|
SettingsLoaderException ( string message, Exception innerException ) : System |
Initializes a new instance of the SettingsLoaderException class.
|
public SettingsLoaderException ( string message ) : System | ||
message | string | The message that describes the error. |
return | System |
public SettingsLoaderException ( string message, Exception innerException ) : System | ||
message | string | The message that describes the error. |
innerException | Exception | The exception that is the cause of the current exception. |
return | System |