MediaSourceOpenOperationCompletedEventArgs.Error Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.