Share via


AdaptiveMediaSourceDownloadFailedEventArgs.ExtendedError Property

Definition

Gets the extended error code associate with the event.

public:
 property HResult ExtendedError { HResult get(); };
HResult ExtendedError();
public System.Exception ExtendedError { get; }
var hResult = adaptiveMediaSourceDownloadFailedEventArgs.extendedError;
Public ReadOnly Property ExtendedError As Exception

Property Value

The extended error code associate with the event.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to