API reference
Class CommandNotFoundException
- Namespace
- DisCatSharp.CommandsNext.Exceptions
- Assembly
- DisCatSharp.CommandsNext.dll
Thrown when the command service fails to find a command.
public sealed class CommandNotFoundException : Exception, ISerializable
- Inheritance
-
CommandNotFoundException
- Implements
- Inherited Members
Constructors
- CommandNotFoundException(string)
Creates a new CommandNotFoundException.
Properties
- CommandName
Gets the name of the command that was not found.
Methods
- ToString()
Returns a string representation of this CommandNotFoundException.