C# Класс Mite.MiteException

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

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

Метод Описание
MiteException ( ) : System

Initializes a new instance of the MiteException class.

MiteException ( string message ) : System

Initializes a new instance of the MiteException class.

MiteException ( string message, Exception innerException ) : System

Initializes a new instance of the MiteException class.

Защищенные методы

Метод Описание
MiteException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MiteException class.

Приватные методы

Метод Описание
CreateFromResponse ( string response, Exception innerException ) : MiteException

Описание методов

MiteException() публичный Метод

Initializes a new instance of the MiteException class.
public MiteException ( ) : System
Результат System

MiteException() защищенный Метод

Initializes a new instance of the MiteException class.
/// The parameter is null. /// /// The class name is null or is zero (0). ///
protected MiteException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Результат System

MiteException() публичный Метод

Initializes a new instance of the MiteException class.
public MiteException ( string message ) : System
message string The exception message.
Результат System

MiteException() публичный Метод

Initializes a new instance of the MiteException class.
public MiteException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System