ScriptException Properties |
The ScriptException type exposes the following members.
| Name | Description | |
|---|---|---|
| Column |
Gets the column number in the script where exception occurred.
| |
| ExceptionType |
Gets the exception type.
| |
| Line |
Gets the line number in the script where exception occurred.
| |
| Message |
Gets a message that describes the current exception.
(Overrides ExceptionMessage.) | |
| ShortMessage |
Gets the short message (no line number).
| |
| TokenText |
Gets the token text.
|