Class InteractionException
- Namespace
- Discord.Interactions
- Assembly
- Discord.Net.Interactions.dll
public class InteractionException : Exception, ISerializable
- Inheritance
-
InteractionException
- Implements
- Inherited Members
Constructors
InteractionException(ICommandInfo, IInteractionContext, Exception)
public InteractionException(ICommandInfo commandInfo, IInteractionContext context, Exception exception)
Parameters
commandInfo
ICommandInfocontext
IInteractionContextexception
Exception
Properties
CommandInfo
public ICommandInfo CommandInfo { get; }
Property Value
InteractionContext
public IInteractionContext InteractionContext { get; }