See Also
Enumerations
Name | Values |
| This class exposes no enumerations. |
Constants
Name | Type | Value |
ErrorTypeCompile | Integer | 0 |
ErrorTypeRuntime | Integer | 1 |
Events
Definition | Description |
| This class does not expose any events. |
Methods
Definition | Description |
| This class does not expose any methods. |
Properties
Name | Type | Default Value | Description |
CharacterPosition | Integer | 0 | The first character position of the error. |
LinePosition | Integer | 0 | The line number where the error occurred. |
LineText | String | “” | The text of the line where the error occurred. |
Message | String | “” | The error message returned. |
Type | Integer | 0 | The type of error which occurred. |
Examples
There are currently no examples for this class.