C# Класс HttpServer.Exceptions.NotFoundException

The requested resource was not found in the web server.
Наследование: HttpServer.Exceptions.HttpException
Показать файл Открыть проект

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

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

Create a new exception

NotFoundException ( string message, Exception inner ) : System

Create a new exception

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

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

Create a new exception
public NotFoundException ( string message ) : System
message string message describing the error
Результат System

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

Create a new exception
public NotFoundException ( string message, Exception inner ) : System
message string message describing the error
inner Exception inner exception
Результат System