C# Класс SevenSoftware.Windows.ApplicationServices.ApplicationRecoveryException

Наследование: System.Runtime.InteropServices.ExternalException
Показать файл Открыть проект

Открытые методы

Метод Описание
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