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,
	string entityName
)
Visual Basic
Public Sub New ( _
	message As String, _
	identifier As Object, _
	entityName As String _
)
Visual C++
public:
UnresolvableObjectException(
	String^ message, 
	Object^ identifier, 
	String^ entityName
)

Parameters

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:NHibernate.UnresolvableObjectException.#ctor(System.String,System.Object,System.String)"]

identifier
Type: System..::..Object

[Missing <param name="identifier"/> documentation for "M:NHibernate.UnresolvableObjectException.#ctor(System.String,System.Object,System.String)"]

entityName
Type: System..::..String

[Missing <param name="entityName"/> documentation for "M:NHibernate.UnresolvableObjectException.#ctor(System.String,System.Object,System.String)"]

See Also