Partager via


UnhandledExceptionEventArgs Classe

Définition

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
Object Platform::Object IInspectable UnhandledExceptionEventArgs
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 HRESULT code associé à l’exception non gérée.

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.

S’applique à

Voir aussi