ScriptErrorInfo Constructor
In This Topic
Initializes a new instance of the ScriptErrorInfo with the specified position, length and type of error.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ErrorType _
)
public ScriptErrorInfo(
int ,
int ,
ErrorType
)
Parameters
- position
- The position of new error.
- length
- The length of new error.
- type
- The ErrorType of error.
See Also