C# 클래스 NUnit.Extensions.Asp.HttpClient.BadStatusException

Exception: The server returned an unexpected status code. Determine what's wrong with the server.
상속: System.ApplicationException
파일 보기 프로젝트 열기: vcsjones/NUnitAsp

공개 프로퍼티들

프로퍼티 타입 설명
Status HttpStatusCode

비공개 메소드들

메소드 설명
BadStatusException ( HttpStatusCode status ) : System

프로퍼티 상세

Status 공개적으로 프로퍼티

The HTTP status code returned by the server
public HttpStatusCode Status
리턴 HttpStatusCode