C# Class Restful.Web.Client.Errors.HttpException

Inheritance: System.Exception
Show file Open project: benjaminkeeping/Restful.Web.Client

Public Methods

Method Description
HttpException ( string url, HttpStatusCode statusCode, string body ) : System

Method Details

HttpException() public method

public HttpException ( string url, HttpStatusCode statusCode, string body ) : System
url string
statusCode HttpStatusCode
body string
return System