AudioPlaybackConnectionOpenResult.ExtendedError Property

Definition

Gets the extended error code returned from a call to Open or OpenAsync.

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

Property Value

The extended error code.

Remarks

The Status property indicates whether the call was successful.

Applies to

See also