Initializes a new instance of the QueryParameterException class
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public QueryParameterException( string message, Exception inner )  | 
| Visual Basic | 
|---|
Public Sub New ( _ message As String, _ inner As Exception _ )  | 
| Visual C++ | 
|---|
public: QueryParameterException( String^ message, Exception^ inner )  | 
Parameters
- message
 - Type: System..::..String
[Missing <param name="message"/> documentation for "M:NHibernate.QueryParameterException.#ctor(System.String,System.Exception)"]
 
- inner
 - Type: System..::..Exception
[Missing <param name="inner"/> documentation for "M:NHibernate.QueryParameterException.#ctor(System.String,System.Exception)"]