Gets a message that describes the current QueryException.

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

Syntax

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

Field Value

The error message that explains the reason for this exception including the HQL.

Implements

_Exception..::.Message

See Also