MediaSourceOpenOperationCompletedEventArgs.Error Property

Definition

Represents the error that occurred while asynchronously opening the MediaSource.

public:
 property MediaSourceError ^ Error { MediaSourceError ^ get(); };
MediaSourceError Error();
public MediaSourceError Error { get; }
var mediaSourceError = mediaSourceOpenOperationCompletedEventArgs.error;
Public ReadOnly Property Error As MediaSourceError

Property Value

The error that occurred while asynchronously opening the MediaSource.

Applies to