C# Класс Castle.ActiveRecord.ActiveRecordException

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

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

Метод Описание
ActiveRecordException ( string message ) : System

Initializes a new instance of the ActiveRecordException class.

ActiveRecordException ( string message, Exception innerException ) : System

Initializes a new instance of the ActiveRecordException class.

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

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

Initializes a new instance of the ActiveRecordException class.

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

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

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

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

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

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

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