InternalServerException Class

HttpServer.dll

The server encountered an unexpected condition which prevented it from fulfilling the request.

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

Syntax

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

Inheritance Hierarchy

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

See Also