共用方式為


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 命名空間