ExceptionRoutedEventHandler Delegate
TOC
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

No code example is currently available or this language may not be supported.

Parameters

sender
Type: System::Object
The object where the handler is attached.
e
Type: System.Windows::ExceptionRoutedEventArgs
The event data.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft