DispatcherUnhandledExceptionFilterEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento UnhandledExceptionFilter.

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

Parametri

sender
Object

Origine dell'evento.

Commenti

L'evento UnhandledExceptionFilter si verifica quando il codice viene eseguito per mezzo dell'eccezione Dispatcher generata da un'eccezione non gestita.

L'evento UnhandledExceptionFilter fornisce un mezzo per non generare l'evento UnhandledException . L'evento UnhandledExceptionFilter viene generato per primo e Se RequestCatch in è impostato su false, l'evento DispatcherUnhandledExceptionFilterEventArgsUnhandledException non verrà generato.

Metodi di estensione

GetMethodInfo(Delegate)

Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato.

Si applica a

Vedi anche