UnhandledExceptionEventHandler 代理人

定義

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

public delegate void UnhandledExceptionEventHandler(System::Object ^ sender, UnhandledExceptionEventArgs ^ e);
public delegate void UnhandledExceptionEventHandler(object sender, UnhandledExceptionEventArgs e);
type UnhandledExceptionEventHandler = delegate of obj * UnhandledExceptionEventArgs -> unit
Public Delegate Sub UnhandledExceptionEventHandler(sender As Object, e As UnhandledExceptionEventArgs)

パラメーター

sender
Object

イベントのソース。

e
UnhandledExceptionEventArgs

イベント データを含んでいる UnhandledExceptionEventArgs オブジェクト。

WindowsFormsApplicationBase.UnhandledException

Visual Basic アプリケーション モデルの概要

注釈

Visual Basic では、このデリゲートを明示的に操作する必要はありません。 詳細については、「UnhandledException」を参照してください。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象