Freigeben über


UnhandledExceptionEventArgs Klasse

Definition

Stellt Daten für das UnhandledException-Ereignis bereit.

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
Vererbung
Object Platform::Object IInspectable UnhandledExceptionEventArgs
Attribute

Hinweise

Weitere Informationen zum Schreiben eines Handlers basierend auf dem UnhandledExceptionEventHandler-Delegaten finden Sie unter Ausnahmebehandlung (C#-Programmierhandbuch) und Hinweise in UnhandledException.

Eigenschaften

Exception

Ruft den Code ab, der HRESULT der nicht behandelten Ausnahme zugeordnet ist.

Handled

Ruft einen Wert ab, der angibt, ob die Ausnahme behandelt wird, oder legt diesen fest.

Message

Ruft die Meldungszeichenfolge ab, wie sie von der ursprünglichen Ausnahme übergeben wird, die nicht behandelt wird.

Gilt für:

Weitere Informationen