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