Condividi tramite


UnhandledExceptionEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento 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)

Parametri

sender
Object

Platform::Object

Oggetto in cui è collegato il gestore.

e
UnhandledExceptionEventArgs

Dati dell'evento.

Attributi

Commenti

Per altre informazioni su come scrivere un gestore in base a questo delegato, vedere Gestione delle eccezioni (Guida per programmatori C#) e osservazioni in UnhandledException.

Si applica a

Vedi anche