Class AutocompleteErrorEventArgs
- Namespace
- DSharpPlus.SlashCommands.EventArgs
- Assembly
- DSharpPlus.SlashCommands.dll
Represents arguments for a AutocompleteErrored event.
public class AutocompleteErrorEventArgs : AsyncEventArgs
- Inheritance
-
AutocompleteErrorEventArgs
Properties
- Context
The context of the autocomplete.
- Exception
The exception thrown.
- ProviderType
The type of the provider.