Optional EntityId where available in the original exception context.

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

Syntax

C#
public Object EntityId { get; set; }
Visual Basic
Public Property EntityId As Object
	Get
	Set
Visual C++
public:
property Object^ EntityId {
	Object^ get ();
	void set (Object^ value);
}

See Also