FirstChanceExceptionEventArgs.Exception Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Objet d’exception managée qui correspond à l’exception levée dans le 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 nouvellement levée.
Remarques
La méthode qui gère l’événement AppDomain.UnhandledException peut examiner l’exception et effectuer une journalisation appropriée ou d’autres services de notification.
Pour obtenir un exemple de code, consultez FirstChanceExceptionEventArgs.