Delegate ExceptionRoutedEventHandler
Represents the method that will handle certain events that report exceptions. These exceptions generally come from asynchronous operations.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public delegate void ExceptionRoutedEventHandler(object sender, ExceptionRoutedEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | |
| ExceptionRoutedEventArgs | e |