Table of Contents

Class SlashCommandErrorEventArgs

Namespace
DisCatSharp.ApplicationCommands.EventArgs
Assembly
DisCatSharp.ApplicationCommands.dll

Represents arguments for a SlashCommandErrored event

public class SlashCommandErrorEventArgs : DiscordEventArgs
Inheritance
SlashCommandErrorEventArgs
Inherited Members

Constructors

SlashCommandErrorEventArgs(IServiceProvider)

Initializes a new instance of the SlashCommandErrorEventArgs class.

Properties

Context

The context of the command.

Exception

The exception thrown.