ScriptException Properties

The ScriptException type exposes the following members.

Properties
  NameDescription
Public propertyColumn
Gets the column number in the script where exception occurred.
Public propertyExceptionType
Gets the exception type.
Public propertyLine
Gets the line number in the script where exception occurred.
Public propertyMessage
Gets a message that describes the current exception.
(Overrides ExceptionMessage.)
Public propertyShortMessage
Gets the short message (no line number).
Public propertyTokenText
Gets the token text.
Top
See Also