ExceptionRoutedEventHandler
ExceptionRoutedEventHandler
ExceptionRoutedEventHandler
ExceptionRoutedEventHandler
Delegate
Definition
Represents the method that will handle certain events that report exceptions. These exceptions generally come from asynchronous operations.
public : delegate void ExceptionRoutedEventHandler(PlatForm::Object sender, ExceptionRoutedEventArgs e)public delegate void ExceptionRoutedEventHandler(Object sender, ExceptionRoutedEventArgs e)Public Delegate ExceptionRoutedEventHandler(sender As Object, e As ExceptionRoutedEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the handler is attached.
- e
- ExceptionRoutedEventArgs ExceptionRoutedEventArgs ExceptionRoutedEventArgs ExceptionRoutedEventArgs
The event data.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|