Свойство 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.