Initializes a new instance of the UnmappedItemException class

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

Syntax

C#
public UnmappedItemException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)
Visual C++
public:
UnmappedItemException(
	String^ message
)

Parameters

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:Remotion.Linq.UnmappedItemException.#ctor(System.String)"]

See Also