C# Class SpeakEasy.HttpException

Inheritance: System.Exception
Afficher le fichier Open project: jonnii/SpeakEasy

Méthodes publiques

Méthode Description
HttpException ( ) : System
HttpException ( string message ) : System
HttpException ( string message, Exception inner ) : System
HttpException ( string message, IHttpResponse response ) : System

Method Details

HttpException() public méthode

public HttpException ( ) : System
Résultat System

HttpException() public méthode

public HttpException ( string message ) : System
message string
Résultat System

HttpException() public méthode

public HttpException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

HttpException() public méthode

public HttpException ( string message, IHttpResponse response ) : System
message string
response IHttpResponse
Résultat System