C# Class System.Net.Http.HttpEntityException

Exception that occurs when the response static is not successfull, therefore preventing deserialization of the expected entities.
Inheritance: System.Net.Http.HttpException
Mostra file Open project: netfx/extensions

Public Methods

Method Description
HttpEntityException ( HttpResponseMessage response ) : System

Initializes a new instance of the HttpEntityException class.

Method Details

HttpEntityException() public method

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