StoreProductPagedQueryResult.ExtendedError Property

Definition

Gets the error code for the request, if the operation encountered an error.

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

Property Value

The error code for the request.

Remarks

If the current user is not signed in to the Store, this property returns the error code 0x80070525 (ERROR_NO_SUCH_USER).

Applies to

See also