MediaTimelineControllerFailedEventArgs MediaTimelineControllerFailedEventArgs MediaTimelineControllerFailedEventArgs MediaTimelineControllerFailedEventArgs Class

Definition

Provides data for the Failed event, which occurs when the timeline controller encounters an error and can't continue playback.

public : sealed class MediaTimelineControllerFailedEventArgs : IMediaTimelineControllerFailedEventArgspublic sealed class MediaTimelineControllerFailedEventArgs : IMediaTimelineControllerFailedEventArgsPublic NotInheritable Class MediaTimelineControllerFailedEventArgs Implements IMediaTimelineControllerFailedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

ExtendedError ExtendedError ExtendedError ExtendedError

Gets the extended error code associated with the event.

public : HResult ExtendedError { get; }public Exception ExtendedError { get; }Public ReadOnly Property ExtendedError As Exception// You can use this property in JavaScript.
Value
HResult Exception Exception Exception

The extended error code associated with the event.