Compartir a través de


ExceptionRoutedEventHandler Delegado

Definición

Representa el método que controlará determinados eventos que notifican excepciones. Estas excepciones suelen provenir de operaciones asincrónicas.

public delegate void ExceptionRoutedEventHandler(Platform::Object ^ sender, ExceptionRoutedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1174124637, 21753, 23082, 138, 56, 0, 163, 183, 118, 31, 150)]
public delegate void ExceptionRoutedEventHandler(object sender, ExceptionRoutedEventArgs e);
Public Delegate Sub ExceptionRoutedEventHandler(sender As Object, e As ExceptionRoutedEventArgs)

Parámetros

sender
Object

Platform::Object

Objeto donde está asociado el controlador.

e
ExceptionRoutedEventArgs

Datos del evento.

Atributos

Se aplica a

Consulte también