Compartir a través de


TraceStoppedEventArgs.Exception Propiedad

Gets the exception that occurs in the event.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Exception
The exception that occurs in the event.

Vea también

Referencia

TraceStoppedEventArgs Clase

Espacio de nombres Microsoft.AnalysisServices