Initializes a new instance of the InstantiationException class

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

Syntax

C#
public InstantiationException(
	string message,
	Type type
)
Visual Basic
Public Sub New ( _
	message As String, _
	type As Type _
)
Visual C++
public:
InstantiationException(
	String^ message, 
	Type^ type
)

Parameters

message
Type: System..::..String

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

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.InstantiationException.#ctor(System.String,System.Type)"]

See Also