Метод | Описание | |
---|---|---|
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 |
|
Результат | System |
public ConfigurationError ( string mesage ) : System | ||
mesage | string | The exception's error mesage. |
Результат | System |
public ConfigurationError ( string mesage, |
||
mesage | string | The exception's error mesage. |
inner | The inner exception that this exception is wrapping. | |
Результат | System |