UnhandledExceptionEventArgs.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.
Obtient le code HRESULT associé à l’exception non gérée.
public:
property HResult Exception { HResult get(); };
HResult Exception();
public System.Exception Exception { get; }
var hResult = unhandledExceptionEventArgs.exception;
Public ReadOnly Property Exception As Exception
Valeur de propriété
Le code HRESULT (pour les extensions de composant Visual C++ (C++/CX)) ou un system.exception mappé du Common Language Runtime (CLR).