Share via


FirstChanceExceptionEventArgs.Exception Propriété

Définition

Objet exception managé qui correspond à l'exception levée en code managé.

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

Valeur de propriété

Exception qui vient d'être levée.

Remarques

La méthode qui gère l’événement peut examiner l’exception AppDomain.UnhandledException et effectuer une journalisation appropriée ou d’autres services de notification.

Pour obtenir un exemple de code, consultez FirstChanceExceptionEventArgs.

S’applique à