Table of Contents

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

tokentext string
lines long
columns long
hint string
errortype EErrorType
errorno int

TSyntaxError(TSyntaxError)

public TSyntaxError(TSyntaxError n)

Parameters

n TSyntaxError

Fields

columnNo

the column number of the first character for error token.

public long columnNo

Field Value

long

errorno

public int errorno

Field Value

int

errortype

public EErrorType errortype

Field Value

EErrorType

hint

public string hint

Field Value

string

lineNo

the line number of the first character for error token.

public long lineNo

Field Value

long

tokentext

Text of token where syntax error occurs.

public string tokentext

Field Value

string