MediaPlaybackItemError.ErrorCode 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.
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.