다음을 통해 공유


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 네임스페이스