ScriptExceptionExceptionType Property |
Gets the exception type.
Namespace:
Dundas.BI.Scripting
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ScriptExceptionType ExceptionType { get; }Public ReadOnly Property ExceptionType As ScriptExceptionType
Get
public:
property ScriptExceptionType ExceptionType {
ScriptExceptionType get ();
}member ExceptionType : ScriptExceptionType with get
Property Value
Type:
ScriptExceptionTypeThe exception type.
See Also