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

事件資料。

屬性

適用於

另請參閱