C# Class SevenSoftware.Windows.ApplicationServices.ApplicationRecoveryException

Inheritance: System.Runtime.InteropServices.ExternalException
Exibir arquivo Open project: robertbaker/SevenUpdate

Public Methods

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, Exception innerException ) : System

Initializes a new instance of the ApplicationRecoveryException class.

ApplicationRecoveryException ( string message, int errorCode ) : System

Initializes a new instance of the ApplicationRecoveryException class.

Protected Methods

Method Description
ApplicationRecoveryException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ApplicationRecoveryException class.

Method Details

ApplicationRecoveryException() public method

Initializes a new instance of the ApplicationRecoveryException class.
public ApplicationRecoveryException ( ) : System
return System

ApplicationRecoveryException() protected method

Initializes a new instance of the ApplicationRecoveryException class.
protected ApplicationRecoveryException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info from which to create exception.
context System.Runtime.Serialization.StreamingContext Streaming context from which to create exception.
return System

ApplicationRecoveryException() public method

Initializes a new instance of the ApplicationRecoveryException class.
public ApplicationRecoveryException ( string message ) : System
message string A custom message for the exception.
return System

ApplicationRecoveryException() public method

Initializes a new instance of the ApplicationRecoveryException class.
public ApplicationRecoveryException ( string message, Exception innerException ) : System
message string A custom message for the exception.
innerException System.Exception The inner exception.
return System

ApplicationRecoveryException() public method

Initializes a new instance of the ApplicationRecoveryException class.
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