Class SlashCommandErrorEventArgs
- Namespace
- DSharpPlus.SlashCommands.EventArgs
- Assembly
- DSharpPlus.SlashCommands.dll
Represents arguments for a SlashCommandErrored event.
public sealed class SlashCommandErrorEventArgs : AsyncEventArgs
- Inheritance
-
SlashCommandErrorEventArgs
Properties
- Context
The context of the command.
- Exception
The exception thrown.