UnhandledExceptionEventArgs Classe
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.
Fournit des données pour l’événement UnhandledException .
public ref class UnhandledExceptionEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UnhandledExceptionEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UnhandledExceptionEventArgs
Public NotInheritable Class UnhandledExceptionEventArgs
- Héritage
- Attributs
Remarques
Pour plus d’informations sur l’écriture d’un gestionnaire basé sur le délégué UnhandledExceptionEventHandler , consultez Gestion des exceptions (Guide de programmation C#) et Remarques dans UnhandledException.
Propriétés
Exception |
Obtient le |
Handled |
Obtient ou définit une valeur qui indique si l'exception est gérée. |
Message |
Obtient la chaîne de message telle que transmise par l’exception non prise en charge d’origine. |