MediaPlayerFailedEventArgs.Error Property

Definition

Gets the MediaPlayerError value for the error that triggered the event.

public:
 property MediaPlayerError Error { MediaPlayerError get(); };
MediaPlayerError Error();
public MediaPlayerError Error { get; }
var mediaPlayerError = mediaPlayerFailedEventArgs.error;
Public ReadOnly Property Error As MediaPlayerError

Property Value

The MediaPlayerError value for the error that triggered the event.

Applies to