C# 클래스 NHibernate.UnresolvableObjectException

상속: NHibernate.HibernateException
파일 보기 프로젝트 열기: nhibernate/nhibernate-core 1 사용 예제들

공개 메소드들

메소드 설명
ThrowIfNull ( object o, object id, System clazz ) : void
ThrowIfNull ( object o, object id, string entityName ) : void
UnresolvableObjectException ( object identifier, System clazz ) : System

Initializes a new instance of the UnresolvableObjectException class.

UnresolvableObjectException ( object identifier, string entityName ) : System
UnresolvableObjectException ( string message, object identifier, System clazz ) : System

Initializes a new instance of the UnresolvableObjectException class.

UnresolvableObjectException ( string message, object identifier, string entityName ) : System

보호된 메소드들

메소드 설명
UnresolvableObjectException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

ThrowIfNull() 공개 정적인 메소드

public static ThrowIfNull ( object o, object id, System clazz ) : void
o object
id object
clazz System
리턴 void

ThrowIfNull() 공개 정적인 메소드

public static ThrowIfNull ( object o, object id, string entityName ) : void
o object
id object
entityName string
리턴 void

UnresolvableObjectException() 보호된 메소드

protected UnresolvableObjectException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

UnresolvableObjectException() 공개 메소드

Initializes a new instance of the UnresolvableObjectException class.
public UnresolvableObjectException ( object identifier, System clazz ) : System
identifier object The identifier of the object that caused the exception.
clazz System The of the object attempted to be loaded.
리턴 System

UnresolvableObjectException() 공개 메소드

public UnresolvableObjectException ( object identifier, string entityName ) : System
identifier object
entityName string
리턴 System

UnresolvableObjectException() 공개 메소드

Initializes a new instance of the UnresolvableObjectException class.
public UnresolvableObjectException ( string message, object identifier, System clazz ) : System
message string The message that describes the error.
identifier object The identifier of the object that caused the exception.
clazz System The of the object attempted to be loaded.
리턴 System

UnresolvableObjectException() 공개 메소드

public UnresolvableObjectException ( string message, object identifier, string entityName ) : System
message string
identifier object
entityName string
리턴 System