C# 클래스 HttpServer.NotFoundException

Request couldn't be parsed successfully.
상속: HttpServer.HttpException
파일 보기 프로젝트 열기: RainsSoft/HttpWebServer

공개 메소드들

메소드 설명
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.

메소드 상세

NotFoundException() 공개 메소드

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

NotFoundException() 공개 메소드

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