UnhandledExceptionEventHandler Delegát

Definice

Představuje metodu, která bude zpracovávat My.Application.UnhandledException událost.

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)

Parametry

sender
Object

Zdroj události

e
UnhandledExceptionEventArgs

Objekt UnhandledExceptionEventArgs , který obsahuje data události.

Příklady

WindowsFormsApplicationBase.UnhandledException

Přehled aplikačního modelu jazyka Visual Basic

Poznámky

V jazyce Visual Basic není nutné pracovat s tímto delegátem explicitně. Další informace naleznete v tématu UnhandledException.

Metody rozšíření

GetMethodInfo(Delegate)

Získá objekt, který představuje metodu reprezentovanou zadaným delegátem.

Platí pro