C# Class NHibernate.UnresolvableObjectException

Inheritance: NHibernate.HibernateException
Afficher le fichier Open project: nhibernate/nhibernate-core Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
UnresolvableObjectException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ThrowIfNull() public static méthode

public static ThrowIfNull ( object o, object id, System clazz ) : void
o object
id object
clazz System
Résultat void

ThrowIfNull() public static méthode

public static ThrowIfNull ( object o, object id, string entityName ) : void
o object
id object
entityName string
Résultat void

UnresolvableObjectException() protected méthode

protected UnresolvableObjectException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

UnresolvableObjectException() public méthode

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.
Résultat System

UnresolvableObjectException() public méthode

public UnresolvableObjectException ( object identifier, string entityName ) : System
identifier object
entityName string
Résultat System

UnresolvableObjectException() public méthode

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.
Résultat System

UnresolvableObjectException() public méthode

public UnresolvableObjectException ( string message, object identifier, string entityName ) : System
message string
identifier object
entityName string
Résultat System