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