Initializes a new instance of the UnresolvableObjectException class.

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public UnresolvableObjectException(
	string message,
	Object identifier,
	Type clazz
)
Visual Basic
Public Sub New ( _
	message As String, _
	identifier As Object, _
	clazz As Type _
)
Visual C++
public:
UnresolvableObjectException(
	String^ message, 
	Object^ identifier, 
	Type^ clazz
)

Parameters

message
Type: System..::..String
The message that describes the error.
identifier
Type: System..::..Object
The identifier of the object that caused the exception.
clazz
Type: System..::..Type
The Type of the object attempted to be loaded.

See Also