C# Класс CloudAppSharp.CloudAppInvalidResponseException

The exception that is thrown when an invalid or unexpected response is received from the CloudApp service.
Наследование: System.Net.WebException
Показать файл Открыть проект

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

Метод Описание
CloudAppInvalidResponseException ( string message, Exception innerException, WebExceptionStatus status, WebResponse response ) : System

Описание методов

CloudAppInvalidResponseException() публичный Метод

public CloudAppInvalidResponseException ( string message, Exception innerException, WebExceptionStatus status, WebResponse response ) : System
message string
innerException System.Exception
status WebExceptionStatus
response System.Net.WebResponse
Результат System