Share via


FirstChanceExceptionEventArgs.Exception Proprietà

Definizione

Oggetto eccezione gestita che corrisponde all'eccezione generata nel codice gestito.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Valore della proprietà

Eccezione appena generata.

Commenti

Il metodo che gestisce l'evento può esaminare l'eccezione AppDomain.UnhandledException ed eseguire la registrazione appropriata o altri servizi di notifica.

Per il codice di esempio, vedere FirstChanceExceptionEventArgs.

Si applica a