C# 클래스 System.Net.Http.WinHttpException

상속: System.ComponentModel.Win32Exception
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ConvertErrorCodeToHR ( int error ) : int
CreateExceptionUsingError ( int error ) : WinHttpException
CreateExceptionUsingLastError ( ) : WinHttpException
GetErrorMessage ( int error ) : string
ThrowExceptionUsingLastError ( ) : void
WinHttpException ( int error, string message ) : System

메소드 상세

ConvertErrorCodeToHR() 공개 정적인 메소드

public static ConvertErrorCodeToHR ( int error ) : int
error int
리턴 int

CreateExceptionUsingError() 공개 정적인 메소드

public static CreateExceptionUsingError ( int error ) : WinHttpException
error int
리턴 WinHttpException

CreateExceptionUsingLastError() 공개 정적인 메소드

public static CreateExceptionUsingLastError ( ) : WinHttpException
리턴 WinHttpException

GetErrorMessage() 공개 정적인 메소드

public static GetErrorMessage ( int error ) : string
error int
리턴 string

ThrowExceptionUsingLastError() 공개 정적인 메소드

public static ThrowExceptionUsingLastError ( ) : void
리턴 void

WinHttpException() 공개 메소드

public WinHttpException ( int error, string message ) : System
error int
message string
리턴 System