C# 클래스 HttpServer.Exceptions.NotFoundException

The requested resource was not found in the web server.
상속: HttpServer.Exceptions.HttpException
파일 보기 프로젝트 열기: RainsSoft/HttpWebServer

공개 메소드들

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