HttpException Class

HttpServer.dll

All HTTP based exceptions will derive this class.

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

Syntax

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

Inheritance Hierarchy

See Also