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

イベントのデータ。

属性

適用対象

こちらもご覧ください