ScriptErrorInfo Constructor
In This Topic
Initializes a new instance of the
ScriptErrorInfo with the specified position, length and type of error.
Syntax
Parameters
- position
- The position of new error.
- length
- The length of new error.
- type
- The ErrorType of error.
See Also