TraceStoppedEventArgs.Exception 属性

Gets the exception that occurs in the event.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public ReadOnly Property Exception As Exception 
    Get
用法
Dim instance As TraceStoppedEventArgs 
Dim value As Exception 

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

属性值

类型:System.Exception
The exception that occurs in the event.

请参阅

参考

TraceStoppedEventArgs 类

Microsoft.AnalysisServices 命名空间