Method | Description | |
---|---|---|
ApplicationRecoveryException ( ) : System |
Initializes a new instance of the ApplicationRecoveryException class.
|
|
ApplicationRecoveryException ( string message ) : System |
Initializes a new instance of the ApplicationRecoveryException class.
|
|
ApplicationRecoveryException ( string message, |
Initializes a new instance of the ApplicationRecoveryException class.
|
|
ApplicationRecoveryException ( string message, int errorCode ) : System |
Initializes a new instance of the ApplicationRecoveryException class.
|
Method | Description | |
---|---|---|
ApplicationRecoveryException ( |
Initializes a new instance of the ApplicationRecoveryException class.
|
public ApplicationRecoveryException ( ) : System | ||
return | System |
protected ApplicationRecoveryException ( |
||
info | Serialization info from which to create exception. | |
context | Streaming context from which to create exception. | |
return | System |
public ApplicationRecoveryException ( string message ) : System | ||
message | string | A custom message for the exception. |
return | System |
public ApplicationRecoveryException ( string message, |
||
message | string | A custom message for the exception. |
innerException | The inner exception. | |
return | System |
public ApplicationRecoveryException ( string message, int errorCode ) : System | ||
message | string | A custom message for the exception. |
errorCode | int | An error code (hresult) from which to generate the exception. |
return | System |