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.

-remarks

-examples

-see-also

MediaFailed, ImageFailed

Contents

  1. 1-description
  2. 2-parameters
  3. 2.1-param sender
  4. 2.2-param e
  5. 3-remarks
  6. 4-examples
  7. 5-see-also