Share via


AdaptiveMediaSourceCreationResult.ExtendedError Property

Definition

Gets the extended error code associated with the creation of a AdaptiveMediaSource object.

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

Property Value

The extended error code associated with the creation of a AdaptiveMediaSource object.

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