C# 클래스 OpenStack.Net.HttpWebException

상속: System.Net.WebException
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

공개 메소드들

메소드 설명
HttpWebException ( HttpResponseMessage response ) : System

Initializes a new instance of the HttpWebException class with the specified response message.

This method does not specify the reason why the HTTP response indicates a failure. In most cases, the failure is either due to the HTTP status code indicating an error (HttpResponseMessage.IsSuccessStatusCode is ), or the response headers or body indicates a failure occurred with respect to a particular API call.

비공개 메소드들

메소드 설명
HttpWebException ( ) : System

메소드 상세

HttpWebException() 공개 메소드

Initializes a new instance of the HttpWebException class with the specified response message.
This method does not specify the reason why the HTTP response indicates a failure. In most cases, the failure is either due to the HTTP status code indicating an error (HttpResponseMessage.IsSuccessStatusCode is ), or the response headers or body indicates a failure occurred with respect to a particular API call.
If is .
public HttpWebException ( HttpResponseMessage response ) : System
response System.Net.Http.HttpResponseMessage The response to the web request.
리턴 System