Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MediaPlaybackItemError.ErrorCode Property
Definition
- Namespace:
- Windows.Media.Playback
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.
Gets the error code associated with the playback item error.
public:
property MediaPlaybackItemErrorCode ErrorCode { MediaPlaybackItemErrorCode get(); };
MediaPlaybackItemErrorCode ErrorCode();
public MediaPlaybackItemErrorCode ErrorCode { get; }
var mediaPlaybackItemErrorCode = mediaPlaybackItemError.errorCode;
Public ReadOnly Property ErrorCode As MediaPlaybackItemErrorCode
Property Value
The error code associated with the playback item error.
Remarks
This value provides high-level information about the error that occurred resolving the playback item.
Applies to
Feedback
Was this page helpful?
