Full Constructor.

Namespace: Lucene.Net.QueryParsers
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public TokenMgrError(
	bool EOFSeen,
	int lexState,
	int errorLine,
	int errorColumn,
	string errorAfter,
	char curChar,
	int reason
)
Visual Basic
Public Sub New ( _
	EOFSeen As Boolean, _
	lexState As Integer, _
	errorLine As Integer, _
	errorColumn As Integer, _
	errorAfter As String, _
	curChar As Char, _
	reason As Integer _
)
Visual C++
public:
TokenMgrError(
	bool EOFSeen, 
	int lexState, 
	int errorLine, 
	int errorColumn, 
	String^ errorAfter, 
	wchar_t curChar, 
	int reason
)

Parameters

EOFSeen
Type: System..::..Boolean

[Missing <param name="EOFSeen"/> documentation for "M:Lucene.Net.QueryParsers.TokenMgrError.#ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Char,System.Int32)"]

lexState
Type: System..::..Int32

[Missing <param name="lexState"/> documentation for "M:Lucene.Net.QueryParsers.TokenMgrError.#ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Char,System.Int32)"]

errorLine
Type: System..::..Int32

[Missing <param name="errorLine"/> documentation for "M:Lucene.Net.QueryParsers.TokenMgrError.#ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Char,System.Int32)"]

errorColumn
Type: System..::..Int32

[Missing <param name="errorColumn"/> documentation for "M:Lucene.Net.QueryParsers.TokenMgrError.#ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Char,System.Int32)"]

errorAfter
Type: System..::..String

[Missing <param name="errorAfter"/> documentation for "M:Lucene.Net.QueryParsers.TokenMgrError.#ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Char,System.Int32)"]

curChar
Type: System..::..Char

[Missing <param name="curChar"/> documentation for "M:Lucene.Net.QueryParsers.TokenMgrError.#ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Char,System.Int32)"]

reason
Type: System..::..Int32

[Missing <param name="reason"/> documentation for "M:Lucene.Net.QueryParsers.TokenMgrError.#ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Char,System.Int32)"]

See Also