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