C# Class Subtext.Akismet.InvalidResponseException

Inheritance: System.Exception
显示文件 Open project: AArnott/dasblog

Public Methods

Method Description
InvalidResponseException ( ) : System

Initializes a new instance of the InvalidResponseException class.

InvalidResponseException ( string message ) : System

Initializes a new instance of the InvalidResponseException class.

InvalidResponseException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidResponseException class.

InvalidResponseException ( string message, HttpStatusCode status ) : System

Initializes a new instance of the InvalidResponseException class.

Method Details

InvalidResponseException() public method

Initializes a new instance of the InvalidResponseException class.
public InvalidResponseException ( ) : System
return System

InvalidResponseException() public method

Initializes a new instance of the InvalidResponseException class.
public InvalidResponseException ( string message ) : System
message string The message.
return System

InvalidResponseException() public method

Initializes a new instance of the InvalidResponseException class.
public InvalidResponseException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System

InvalidResponseException() public method

Initializes a new instance of the InvalidResponseException class.
public InvalidResponseException ( string message, HttpStatusCode status ) : System
message string The message.
status HttpStatusCode
return System