GraffitiVBScriptError

Events

This class exposes no events

Methods

This class has no methods

Properties

CharacterPosition as Integer
The first character position of the error.

LinePosition as Integer
The line number where the error occurred.

LineText as String
The text of the line where the error occurred.

Message as String
The error message returned.

Type as Integer
The type of error which occurred.
Valid Values:
ErrorTypeCompile(0)
ErrorTypeRuntime(1)