Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 719 Bytes

exceptionroutedeventhandler.md

File metadata and controls

28 lines (19 loc) · 719 Bytes
-api-id -api-type
T:Windows.UI.Xaml.ExceptionRoutedEventHandler
winrt delegate

Windows.UI.Xaml.ExceptionRoutedEventHandler

-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.

-remarks

-examples

-see-also

MediaFailed, ImageFailed