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

Inheritance: System.Exception
Afficher le fichier Open project: benjaminkeeping/Restful.Web.Client

Méthodes publiques

Méthode Description
HttpException ( string url, HttpStatusCode statusCode, string body ) : System

Method Details

HttpException() public méthode

public HttpException ( string url, HttpStatusCode statusCode, string body ) : System
url string
statusCode HttpStatusCode
body string
Résultat System