Class TSyntaxError
- Namespace
- gudusoft.gsqlparser
- Assembly
- gudusoft.gsqlparser.dll
Detailed information about syntax error.
public class TSyntaxError
- Inheritance
-
TSyntaxError
- Inherited Members
Constructors
TSyntaxError(string, long, long, string, EErrorType, int)
public TSyntaxError(string tokentext, long lines, long columns, string hint, EErrorType errortype, int errorno)
Parameters
TSyntaxError(TSyntaxError)
public TSyntaxError(TSyntaxError n)
Parameters
Fields
columnNo
the column number of the first character for error token.
public long columnNo
Field Value
errorno
public int errorno
Field Value
errortype
public EErrorType errortype
Field Value
hint
public string hint
Field Value
lineNo
the line number of the first character for error token.
public long lineNo
Field Value
tokentext
Text of token where syntax error occurs.
public string tokentext