BadRequestException Constructor (String)

HttpServer.dll

Create a new bad request exception.

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

Syntax

C#
public BadRequestException(
	string errMsg
)
Visual Basic (Declaration)
Public Sub New ( _
	errMsg As String _
)
Visual C++
public:
BadRequestException(
	String^ errMsg
)

Parameters

errMsg
Type: System..::.String
reason to why the request was bad.

See Also