C# 클래스 NHibernate.NonUniqueObjectException

상속: NHibernate.HibernateException
파일 보기 프로젝트 열기: nhibernate/nhibernate-core

공개 메소드들

메소드 설명
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