Method | Description | |
---|---|---|
ConfigurationException ( ) : System |
Initializes a new instance of the ConfigurationException class.
|
|
ConfigurationException ( string message ) : System |
Initializes a new instance of the ConfigurationException class.
|
|
ConfigurationException ( string message, |
Initializes a new instance of the ConfigurationException class.
|
Method | Description | |
---|---|---|
ConfigurationException ( |
Initializes a new instance of the ConfigurationException class.
|
protected ConfigurationException ( |
||
info | The SerializationInfo. | |
context | The StreamingContext. | |
return | System |
public ConfigurationException ( string message ) : System | ||
message | string | The message of this exception. |
return | System |
public ConfigurationException ( string message, |
||
message | string | The message of this exception. |
innerException | The inner exception. | |
return | System |