C# Класс NHibernate.StaleObjectStateException

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

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

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

Initializes a new instance of the StaleObjectStateException class.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the StaleObjectStateException class.
public StaleObjectStateException ( string entityName, object identifier ) : System
entityName string The EntityName that NHibernate was trying to update in the database.
identifier object The identifier of the object that is stale.
Результат System