ExceptionRoutedEventHandler Delegate
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents the method that will handle certain events that report exceptions. These exceptions generally come from asynchronous operations where holding up the UI thread for exception checking is not an option.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- sender
- Type: System::Object
The object where the handler is attached.
- e
- Type: System.Windows::ExceptionRoutedEventArgs
The event data.
Show: