Class ContextMenuErrorEventArgs
- Namespace
- DisCatSharp.ApplicationCommands.EventArgs
- Assembly
- DisCatSharp.ApplicationCommands.dll
Represents arguments for a ContextMenuErrored
public class ContextMenuErrorEventArgs : DiscordEventArgs
- Inheritance
-
ContextMenuErrorEventArgs
- Inherited Members
Constructors
- ContextMenuErrorEventArgs(IServiceProvider)
Initializes a new instance of the ContextMenuErrorEventArgs class.
Properties
- Context
The context of the command.
- Exception
The exception thrown.