JsonError.GetStatus Method

Gets the specific error using the returned HRESULT value. Possible values are defined by JsonErrorStatus.

Syntax

public:
static JsonErrorStatus GetStatus(
         int32 hresult
)  

Parameters

hresult
Type: int32 

  An HRESULT returned during the operation.

Return value

Type: JsonErrorStatus 

The error encountered.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonError Class

JsonError Members

Windows.Data.Json Namespace