C# Class HttpServer.Exceptions.NotFoundException

The requested resource was not found in the web server.
Inheritance: HttpServer.Exceptions.HttpException
Mostrar archivo Open project: RainsSoft/HttpWebServer

Public Methods

Method Description
NotFoundException ( string message ) : System

Create a new exception

NotFoundException ( string message, Exception inner ) : System

Create a new exception

Method Details

NotFoundException() public method

Create a new exception
public NotFoundException ( string message ) : System
message string message describing the error
return System

NotFoundException() public method

Create a new exception
public NotFoundException ( string message, Exception inner ) : System
message string message describing the error
inner Exception inner exception
return System