Show / Hide Table of Contents

Class ExceptionRoutedEventArgs

Provides event data for exceptions that are raised as events by asynchronous operations, such as MediaFailed or ImageFailed.

Inheritance
System.Object
System.EventArgs
RoutedEventArgs
ExceptionRoutedEventArgs
Inherited Members
RoutedEventArgs.OriginalSource
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public class ExceptionRoutedEventArgs : RoutedEventArgs

Constructors

| Improve this Doc View Source

ExceptionRoutedEventArgs()

Initializes a new instance of Windows.UI.Xaml.ExceptionRoutedEventArgs.

Declaration
public ExceptionRoutedEventArgs()

Properties

| Improve this Doc View Source

ErrorException

The exception that describes the media failure.

Declaration
public Exception ErrorException { get; }
Property Value
Type Description
System.Exception
  • Improve this Doc
  • View Source