C# Class CloudAppSharp.CloudAppInvalidResponseException

The exception that is thrown when an invalid or unexpected response is received from the CloudApp service.
Inheritance: System.Net.WebException
显示文件 Open project: rzhw/CloudAppSharp

Public Methods

Method Description
CloudAppInvalidResponseException ( string message, Exception innerException, WebExceptionStatus status, WebResponse response ) : System

Method Details

CloudAppInvalidResponseException() public method

public CloudAppInvalidResponseException ( string message, Exception innerException, WebExceptionStatus status, WebResponse response ) : System
message string
innerException System.Exception
status WebExceptionStatus
response System.Net.WebResponse
return System