Table of Contents

Class BadRequestException

Namespace
DisCatSharp.Exceptions
Assembly
DisCatSharp.dll

Represents an exception thrown when a malformed request is sent.

public class BadRequestException : DisCatSharpException, ISerializable
Inheritance
BadRequestException
Implements
Inherited Members

Properties

Code

Gets the error code for this exception.

Errors

Gets the form error responses in JSON format.

JsonMessage

Gets the JSON message received.

WebRequest

Gets the request that caused the exception.

WebResponse

Gets the response to the request.