UnhandledExceptionEventArgs 类

定义

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
继承
Object Platform::Object IInspectable UnhandledExceptionEventArgs
属性

注解

有关如何基于 UnhandledExceptionEventHandler 委托编写处理程序的详细信息,请参阅 异常处理 (C# 编程指南) UnhandledException 中的备注。

属性

Exception

获取与 HRESULT 未经处理的异常关联的代码。

Handled

获取或设置一个值,该值指示是否处理异常。

Message

获取由发起的未经处理的异常传递的消息字符串。

适用于

另请参阅