UnhandledExceptionEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 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
- 继承
- 属性
注解
有关如何基于 UnhandledExceptionEventHandler 委托编写处理程序的详细信息,请参阅 异常处理 (C# 编程指南) 和 UnhandledException 中的备注。
属性
Exception |
获取与 |
Handled |
获取或设置一个值,该值指示是否处理异常。 |
Message |
获取由发起的未经处理的异常传递的消息字符串。 |