BadRequestException Class

HttpServer.dll

The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications. Text taken from: http://www.submissionchamber.com/help-guides/error-codes.php

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

Syntax

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

Inheritance Hierarchy

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

See Also