ReplaceDevicePropertiesResult.ExtendedError Property

Definition

Gets extended information about the attribute set operation error for a call to ReplaceDeviceProperties.

public:
 property HResult ExtendedError { HResult get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
HResult ExtendedError();
[Windows.Foundation.Metadata.Experimental]
public System.Exception ExtendedError { [Windows.Foundation.Metadata.Experimental] get; }
var hResult = replaceDevicePropertiesResult.extendedError;
Public ReadOnly Property ExtendedError As Exception

Property Value

Extended information.

Attributes

Applies to