ScriptExceptionData Class

Data contract for Script Exception.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsScriptExceptionData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ScriptExceptionData : BaseDataContract

The ScriptExceptionData type exposes the following members.

Constructors
 NameDescription
Public methodScriptExceptionData Initializes a new instance of the ScriptExceptionData class.
Top
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.
Public propertyShortMessage Gets the short message (no line number).
Public propertyTokenText Gets the token text.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also