메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
ApplicationRecoveryException ( |
Initializes a new instance of the ApplicationRecoveryException class.
|
protected ApplicationRecoveryException ( |
||
info | Serialization info from which to create exception. | |
context | Streaming context from which to create exception. | |
리턴 | System |
public ApplicationRecoveryException ( string message ) : System | ||
message | string | A custom message for the exception. |
리턴 | System |
public ApplicationRecoveryException ( string message, |
||
message | string | A custom message for the exception. |
innerException | The inner exception. | |
리턴 | 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. |
리턴 | System |