Method | Description | |
---|---|---|
ConfigurationError ( |
Initializes a new instance of the ConfigurationError class.
|
|
ConfigurationError ( string mesage ) : System |
Initializes a new instance of the ConfigurationError class.
|
|
ConfigurationError ( string mesage, |
Initializes a new instance of the ConfigurationError class.
|
public ConfigurationError ( |
||
info | The |
|
context | The |
|
return | System |
public ConfigurationError ( string mesage ) : System | ||
mesage | string | The exception's error mesage. |
return | System |
public ConfigurationError ( string mesage, |
||
mesage | string | The exception's error mesage. |
inner | The inner exception that this exception is wrapping. | |
return | System |