Method | Description | |
---|---|---|
EnvironmentException ( ) : System |
Initializes a new instance of the EnvironmentException class.
|
|
EnvironmentException ( string message ) : System |
Initializes a new instance of the EnvironmentException class.
|
|
EnvironmentException ( string message, |
Initializes a new instance of the EnvironmentException class.
|
Method | Description | |
---|---|---|
EnvironmentException ( |
Initializes a new instance of the EnvironmentException class with serialized data.
|
protected EnvironmentException ( |
||
info |
/// The |
|
context |
/// The |
|
return | System |
public EnvironmentException ( string message ) : System | ||
message | string | The message that describes the error. |
return | System |
public EnvironmentException ( string message, |
||
message | string | The message that describes the error. |
innerException |
/// The exception that is the cause of the current exception. If the |
|
return | System |