Initializes a new instance of the QueryException class.

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

Syntax

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

Parameters

message
Type: System..::..String
The message that describes the error.
queryString
Type: System..::..String
The query that contains the error.

See Also