Apache Lucene.Net 2.4.0 Class Library API

TokenMgrError Constructor (Boolean, Int32, Int32, Int32, String, Char, Int32)

Full constructor.

public TokenMgrError(
   bool EOFSeen,
   int lexState,
   int errorLine,
   int errorColumn,
   string errorAfter,
   char curChar,
   int reason
);

Parameters

EOFSeen
lexState
errorLine
errorColumn
errorAfter
curChar
reason

See Also

TokenMgrError Class | Lucene.Net.QueryParsers Namespace | TokenMgrError Constructor Overload List