Class ExceptionRoutedEventArgs
Provides event data for exceptions that are raised as events by asynchronous operations, such as MediaFailed or ImageFailed.
Inherited Members
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 SourceExceptionRoutedEventArgs()
Initializes a new instance of Windows.UI.Xaml.ExceptionRoutedEventArgs.
Declaration
public ExceptionRoutedEventArgs()
Properties
| Improve this Doc View SourceErrorException
The exception that describes the media failure.
Declaration
public Exception ErrorException { get; }
Property Value
Type | Description |
---|---|
System.Exception |