C# Class Blacker.Scraper.Exceptions.HttpException

Inheritance: System.Exception
Datei anzeigen Open project: blacker-cz/MangaScraper

Public Methods

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

Protected Methods

Method Description
HttpException ( System info, System context ) : System

Method Details

HttpException() public method

public HttpException ( ) : System
return System

HttpException() protected method

protected HttpException ( System info, System context ) : System
info System
context 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