C# Class HarvestApi.Service.Exception.HarvestApiException

Inheritance: System.Net.WebException
ファイルを表示 Open project: s1m0nj/Harvest-Service-for-.Net

Public Methods

Method Description
HarvestApiException ( string url, string httpMethod, string content, WebException exception ) : System.Net

Method Details

HarvestApiException() public method

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