C# 클래스 HarvestApi.Service.Exception.HarvestApiException

상속: System.Net.WebException
파일 보기 프로젝트 열기: s1m0nj/Harvest-Service-for-.Net

공개 메소드들

메소드 설명
HarvestApiException ( string url, string httpMethod, string content, WebException exception ) : System.Net

메소드 상세

HarvestApiException() 공개 메소드

public HarvestApiException ( string url, string httpMethod, string content, WebException exception ) : System.Net
url string
httpMethod string
content string
exception System.Net.WebException
리턴 System.Net