Table of Contents

Constructor DiscordException

Namespace
DSharpPlus.Exceptions
Assembly
DSharpPlus.dll

DiscordException()

public DiscordException()

DiscordException(string)

public DiscordException(string message)

Parameters

message string

DiscordException(string, Exception)

public DiscordException(string message, Exception innerException)

Parameters

message string
innerException Exception