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