[]
Initializes a new instance of the ScriptErrorInfo with the specified position, length and type of error.
public ScriptErrorInfo(int position, int length, ErrorType type)
Type | Name | Description |
---|---|---|
int | position | The position of new error. |
int | length | The length of new error. |
ErrorType | type | The ErrorType of error. |