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
Показать файл Открыть проект

Открытые методы

Метод Описание
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