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
Afficher le fichier Open project: netfx/extensions

Méthodes publiques

Méthode Description
HttpEntityException ( HttpResponseMessage response ) : System

Initializes a new instance of the HttpEntityException class.

Method Details

HttpEntityException() public méthode

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