C# Class SpeakEasy.HttpException

Inheritance: System.Exception
Mostra file Open project: jonnii/SpeakEasy

Public Methods

Method Description
HttpException ( ) : System
HttpException ( string message ) : System
HttpException ( string message, Exception inner ) : System
HttpException ( string message, IHttpResponse response ) : System

Method Details

HttpException() public method

public HttpException ( ) : System
return System

HttpException() public method

public HttpException ( string message ) : System
message string
return System

HttpException() public method

public HttpException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

HttpException() public method

public HttpException ( string message, IHttpResponse response ) : System
message string
response IHttpResponse
return System