Share via


JsonError.GetJsonStatus(Int32) Method

Definition

Overloads

GetJsonStatus(Int32)

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

GetJsonStatus(Int32)

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

public:
 static JsonErrorStatus GetJsonStatus(int hresult);
 static JsonErrorStatus GetJsonStatus(int const& hresult);
public static JsonErrorStatus GetJsonStatus(int hresult);
function getJsonStatus(hresult)
Public Shared Function GetJsonStatus (hresult As Integer) As JsonErrorStatus

Parameters

hresult
Int32

int

An HRESULT returned during the operation.

Returns

The error encountered.

Applies to