C# Class HttpServer.NotFoundException

Request couldn't be parsed successfully.
Inheritance: HttpServer.HttpException
Afficher le fichier Open project: RainsSoft/HttpWebServer

Méthodes publiques

Méthode 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 méthode

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

NotFoundException() public méthode

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