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