Compartir a través de


UnhandledExceptionEventHandler Delegado

Definición

Representa el método que controlará el 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)

Parámetros

sender
Object

Platform::Object

Objeto donde se adjunta el controlador.

e
UnhandledExceptionEventArgs

Datos de evento

Atributos

Comentarios

Para obtener más información sobre cómo escribir un controlador basado en este delegado, vea Control de excepciones (Guía de programación de C#) y Comentarios en UnhandledException.

Se aplica a

Consulte también