C# Класс MicroLite.MicroLiteException

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

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

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

Initialises a new instance of the MicroLiteException class.

MicroLiteException ( string message ) : System

Initialises a new instance of the MicroLiteException class.

MicroLiteException ( string message, Exception innerException ) : System

Initialises a new instance of the MicroLiteException class.

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

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

Initialises a new instance of the MicroLiteException class.

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

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

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

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

Initialises a new instance of the MicroLiteException class.
The parameter is null. The class name is null or is zero (0).
protected MicroLiteException ( 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

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

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

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

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