Condividi tramite


ExceptionRoutedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà determinati eventi che segnalano eccezioni. Queste eccezioni provengono in genere da operazioni asincrone.

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)

Parametri

sender
Object

Platform::Object

Oggetto in cui è collegato il gestore.

e
ExceptionRoutedEventArgs

Dati dell'evento.

Attributi

Si applica a

Vedi anche