C# Class Blacker.Scraper.Exceptions.HttpException

Inheritance: System.Exception
Afficher le fichier Open project: blacker-cz/MangaScraper

Méthodes publiques

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

Méthodes protégées

Méthode Description
HttpException ( System info, System context ) : System

Method Details

HttpException() public méthode

public HttpException ( ) : System
Résultat System

HttpException() protected méthode

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