ExceptionRoutedEventHandler 委托

定义

表示将处理报告异常的某些事件的方法。 这些异常通常来自异步操作。

public delegate void ExceptionRoutedEventHandler(Platform::Object ^ sender, ExceptionRoutedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1174124637, 21753, 23082, 138, 56, 0, 163, 183, 118, 31, 150)]
public delegate void ExceptionRoutedEventHandler(object sender, ExceptionRoutedEventArgs e);
Public Delegate Sub ExceptionRoutedEventHandler(sender As Object, e As ExceptionRoutedEventArgs)

参数

sender
Object

Platform::Object

附加处理程序的 对象。

e
ExceptionRoutedEventArgs

事件数据。

属性

适用于

另请参阅