Constructor with message.
Namespace: Lucene.Net.QueryParsersAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public ParseException( string message, Exception ex ) |
Visual Basic |
---|
Public Sub New ( _ message As String, _ ex As Exception _ ) |
Visual C++ |
---|
public: ParseException( String^ message, Exception^ ex ) |
Parameters
- message
- Type: System..::..String
[Missing <param name="message"/> documentation for "M:Lucene.Net.QueryParsers.ParseException.#ctor(System.String,System.Exception)"]
- ex
- Type: System..::..Exception
[Missing <param name="ex"/> documentation for "M:Lucene.Net.QueryParsers.ParseException.#ctor(System.String,System.Exception)"]