C# Класс WebsiteBuilder.HttpException

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

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

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

Initializes a new instance of the HttpException class.

HttpException ( string message, Exception innerException ) : System

Initializes a new instance of the HttpException class.

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

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

Initializes a new instance of the HttpException class.
public HttpException ( string message ) : System
message string The message.
Результат System

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

Initializes a new instance of the HttpException class.
public HttpException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System