C# Class NUnit.Extensions.Asp.HttpClient.BadStatusException

Exception: The server returned an unexpected status code. Determine what's wrong with the server.
Inheritance: System.ApplicationException
Datei anzeigen Open project: vcsjones/NUnitAsp

Public Properties

Property Type Description
Status HttpStatusCode

Private Methods

Method Description
BadStatusException ( HttpStatusCode status ) : System

Property Details

Status public_oe property

The HTTP status code returned by the server
public HttpStatusCode Status
return HttpStatusCode