C# 클래스 SevenSoftware.Windows.ApplicationServices.ApplicationRecoveryException

상속: System.Runtime.InteropServices.ExternalException
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
ApplicationRecoveryException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ApplicationRecoveryException class.

메소드 상세

ApplicationRecoveryException() 공개 메소드

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

ApplicationRecoveryException() 보호된 메소드

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.
리턴 System

ApplicationRecoveryException() 공개 메소드

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

ApplicationRecoveryException() 공개 메소드

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.
리턴 System

ApplicationRecoveryException() 공개 메소드

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.
리턴 System