C# Класс NHibernate.WrongClassException

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

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

Метод Описание
WrongClassException ( string message, object identifier, string entityName ) : System

Initializes a new instance of the WrongClassException class.

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

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

Initializes a new instance of the WrongClassException class with serialized data.

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

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

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

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

Initializes a new instance of the WrongClassException class with serialized data.
protected WrongClassException ( 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

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

Initializes a new instance of the WrongClassException class.
public WrongClassException ( string message, object identifier, string entityName ) : System
message string The message that describes the error.
identifier object The identifier of the object that was being loaded.
entityName string The name of entity that NHibernate was told to load.
Результат System