UnhandledExceptionEventHandler 代理人

定義

UnhandledException イベントを処理するメソッドを表します。

public delegate void UnhandledExceptionEventHandler(Platform::Object ^ sender, UnhandledExceptionEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(875020726, 24266, 22065, 132, 184, 91, 174, 115, 47, 182, 127)]
public delegate void UnhandledExceptionEventHandler(object sender, UnhandledExceptionEventArgs e);
Public Delegate Sub UnhandledExceptionEventHandler(sender As Object, e As UnhandledExceptionEventArgs)

パラメーター

sender
Object

Platform::Object

ハンドラーがアタッチされているオブジェクト。

e
UnhandledExceptionEventArgs

イベント データ。

属性

注釈

このデリゲートに基づいてハンドラーを記述する方法の詳細については、「 例外処理 (C# プログラミング ガイド)」 および「 UnhandledException の解説」を参照してください。

適用対象

こちらもご覧ください