NotFoundException Class

HttpServer.dll

The requested resource was not found in the web server.

Namespace:  HttpServer.Exceptions
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class NotFoundException : HttpException
Visual Basic (Declaration)
Public Class NotFoundException _
	Inherits HttpException
Visual C++
public ref class NotFoundException : public HttpException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    HttpServer.Exceptions..::.HttpException
      HttpServer.Exceptions..::.NotFoundException

See Also