C# Class HttpServer.NotFoundException

Request couldn't be parsed successfully.
Inheritance: HttpServer.HttpException
Show file Open project: RainsSoft/HttpWebServer

Public Methods

Method Description
NotFoundException ( string errMsg ) : System

Initializes a new instance of the BadRequestException class.

NotFoundException ( string errMsg, Exception inner ) : System

Initializes a new instance of the BadRequestException class.

Method Details

NotFoundException() public method

Initializes a new instance of the BadRequestException class.
public NotFoundException ( string errMsg ) : System
errMsg string Exception description.
return System

NotFoundException() public method

Initializes a new instance of the BadRequestException class.
public NotFoundException ( string errMsg, Exception inner ) : System
errMsg string Exception description.
inner Exception Exception description.
return System