Gets a message that describes the current StaleObjectStateException.

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

Syntax

C#
public override string Message { get; }
Visual Basic
Public Overrides ReadOnly Property Message As String
	Get
Visual C++
public:
virtual property String^ Message {
	String^ get () override;
}

Field Value

The error message that explains the reason for this exception.

Implements

_Exception..::..Message

See Also