C# 클래스 System.Net.Http.HttpEntityException

Exception that occurs when the response static is not successfull, therefore preventing deserialization of the expected entities.
상속: System.Net.Http.HttpException
파일 보기 프로젝트 열기: netfx/extensions

공개 메소드들

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

Initializes a new instance of the HttpEntityException class.

메소드 상세

HttpEntityException() 공개 메소드

Initializes a new instance of the HttpEntityException class.
public HttpEntityException ( HttpResponseMessage response ) : System
response HttpResponseMessage
리턴 System