Partager via


Propriété TraceStoppedEventArgs.Exception

Gets the exception that occurs in the event.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Exception As Exception 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TraceStoppedEventArgs Classe

Espace de noms Microsoft.AnalysisServices