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
position
PointSpecifies 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
position
PointSpecifies error Position.
name
stringSpecifies error Name.
description
stringSpecifies 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)