Constructor SyntaxError
SyntaxError()
Initializes a new instance of the SyntaxError class with default settings.
public SyntaxError()
SyntaxError(Point)
Initializes a new instance of the SyntaxError class at specified position.
public SyntaxError(Point position)
Parameters
positionPointSpecifies error Position.
SyntaxError(Point, string, string)
Initializes a new instance of the SyntaxError class with specified parameters.
public SyntaxError(Point position, string name, string description)
Parameters
positionPointSpecifies error Position.
namestringSpecifies error Name.
descriptionstringSpecifies error Description.
SyntaxError(Point, string, string, string)
Initializes a new instance of the SyntaxError class with specified parameters.
public SyntaxError(Point position, string name, string description, string errorCode)