MediaPlaybackItemError.ErrorCode Property
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
The error code associated with the playback item error.
This value provides high-level information about the error that occurred resolving the playback item.