[]
        
(Showing Draft Content)

C1.ExpressionEditor.Engine.ScriptErrorInfo.-ctor

ScriptErrorInfo Constructor

ScriptErrorInfo(int, int, ErrorType)

Initializes a new instance of the ScriptErrorInfo with the specified position, length and type of error.

Declaration
public ScriptErrorInfo(int position, int length, ErrorType type)
Parameters
Type Name Description
int position

The position of new error.

int length

The length of new error.

ErrorType type

The ErrorType of error.