Table of Contents

Class DiscordException

Namespace
DSharpPlus.Exceptions
Assembly
DSharpPlus.dll
public abstract class DiscordException : Exception
Inheritance
DiscordException
Derived

Constructors

DiscordException()
DiscordException(string)
DiscordException(string, Exception)

Properties

JsonMessage

Gets the JSON message received.

Request

Gets the request that caused the exception.

Response

Gets the response to the request.