WebError.GetStatus(Int32) 메서드

정의

웹 서비스 작업에서 발생한 오류를 기반으로 WebErrorStatus 값을 가져옵니다.

public:
 static WebErrorStatus GetStatus(int hresult);
 static WebErrorStatus GetStatus(int const& hresult);
public static WebErrorStatus GetStatus(int hresult);
function getStatus(hresult)
Public Shared Function GetStatus (hresult As Integer) As WebErrorStatus

매개 변수

hresult
Int32

int

hResult로 표시되는 웹 서비스 작업에서 발생한 오류입니다.

반환

웹 서비스 작업의 오류 상태 값입니다.

적용 대상

추가 정보