MediaPlayerFailedEventArgs.ExtendedErrorCode Property

Definition

Gets an HResult that indicates any extra data about the error that occurred.

public:
 property HResult ExtendedErrorCode { HResult get(); };
HResult ExtendedErrorCode();
public System.Exception ExtendedErrorCode { get; }
var hResult = mediaPlayerFailedEventArgs.extendedErrorCode;
Public ReadOnly Property ExtendedErrorCode As Exception

Property Value

An HResult that indicates any extra data about the error that occurred.

Applies to