Condividi tramite


Proprietà TraceStoppedEventArgs.Exception

Gets the exception that occurs in the event.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Exception As Exception 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

TraceStoppedEventArgs Classe

Spazio dei nomi Microsoft.AnalysisServices