Windows.UI.Xaml.ExceptionRoutedEventHandler
June 22, 2022 ยท View on GitHub
-description
Represents the method that will handle certain events that report exceptions. These exceptions generally come from asynchronous operations.
-parameters
-param sender
The object where the handler is attached.
-param e
The event data.