Propriedade do RDL TraceStoppedEventArgs.Exception
Gets the exception that occurs in the event.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Exception As Exception
Get
'Uso
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
Valor da propriedade
Tipo: System.Exception
The exception that occurs in the event.