C# Класс NHibernate.NonUniqueObjectException

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

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

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

Initializes a new instance of the NonUniqueObjectException class.

NonUniqueObjectException ( object id, string entityName ) : System

Initializes a new instance of the NonUniqueObjectException class.

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

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

Initializes a new instance of the NonUniqueObjectException class.

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

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

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

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

Initializes a new instance of the NonUniqueObjectException class.
protected NonUniqueObjectException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

Initializes a new instance of the NonUniqueObjectException class.
public NonUniqueObjectException ( String message, object id, string entityName ) : System
message String The message that describes the error.
id object The identifier of the object that caused the exception.
entityName string The EntityName of the object attempted to be loaded.
Результат System

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

Initializes a new instance of the NonUniqueObjectException class.
public NonUniqueObjectException ( object id, string entityName ) : System
id object The identifier of the object that caused the exception.
entityName string The EntityName of the object attempted to be loaded.
Результат System