다음을 통해 공유


JsonError.GetJsonStatus(Int32) 메서드

정의

반환된 HRESULT 값을 사용하여 특정 오류를 가져옵니다. 가능한 값은 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

매개 변수

hresult
Int32

int

작업 중에 반환된 HRESULT 입니다.

반환

오류가 발생했습니다.

적용 대상