ScriptExceptionData Class | 
Namespace: Dundas.BI.WebApi.Models
The ScriptExceptionData type exposes the following members.
| Name | Description | |
|---|---|---|
| ScriptExceptionData | 
            Initializes a new instance of the ScriptExceptionData 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.
              | |
| ShortMessage | 
            Gets the short message (no line number).
              | |
| TokenText | 
            Gets the token text.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) |