C# Класс Blacker.Scraper.Exceptions.HttpException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
HttpException ( ) : System
HttpException ( string message ) : System
HttpException ( string message, Exception inner ) : System

Защищенные методы

Метод Описание
HttpException ( System info, System context ) : System

Описание методов

HttpException() публичный Метод

public HttpException ( ) : System
Результат System

HttpException() защищенный Метод

protected HttpException ( System info, System context ) : System
info System
context System
Результат System

HttpException() публичный Метод

public HttpException ( string message ) : System
message string
Результат System

HttpException() публичный Метод

public HttpException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System