C# Class Subtext.Akismet.InvalidResponseException

Inheritance: System.Exception
Afficher le fichier Open project: AArnott/dasblog

Méthodes publiques

Méthode 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 méthode

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

InvalidResponseException() public méthode

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

InvalidResponseException() public méthode

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.
Résultat System

InvalidResponseException() public méthode

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