ScriptException Class | 
Namespace: Dundas.BI.Scripting
The ScriptException type exposes the following members.
| Name | Description | |
|---|---|---|
| ScriptException | 
            Initializes a new instance of the ScriptException class.
              | |
| ScriptException(String) | 
            Initializes a new instance of the ScriptException class.
              | |
| ScriptException(String, Exception) | 
            Initializes a new instance of the ScriptException class.
              | |
| ScriptException(ScriptExceptionType, String, Exception) | 
            Initializes a new instance of the ScriptException class.
              | 
| 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.
              | 
| Name | Description | |
|---|---|---|
| GetDetailsMessage | Gets the details message associated with an Exception.  (Defined by ExceptionExtensions.) | |
| GetErrorCode | Gets the error code associated with an Exception.  (Defined by ExceptionExtensions.) | |
| GetHelpTopicReference | Gets the help topic reference associated with an Exception.  (Defined by ExceptionExtensions.) | |
| GetSupplementalMessage | Gets the supplemental message associated with an Exception.  (Defined by ExceptionExtensions.) | |
| SetAsDisplayException | Marks the exception as the "display" exception.  (Defined by ExceptionExtensions.) | |
| SetDetailsMessage | 
            Sets the details message on an exception object.
              (Defined by ExceptionExtensions.) | |
| SetErrorCode | 
            Sets the error code on an exception object.
              (Defined by ExceptionExtensions.) | |
| SetHelpTopicReference | 
            Sets an associated help topic reference on an exception object.
              (Defined by ExceptionExtensions.) | |
| SetSupplementalMessage | 
            Sets the supplemental message on an exception object.
              (Defined by ExceptionExtensions.) |