Table of Contents
API reference

Class DuplicateCommandException

Namespace
DisCatSharp.CommandsNext.Exceptions
Assembly
DisCatSharp.CommandsNext.dll

Indicates that given command name or alias is taken.

public class DuplicateCommandException : Exception, ISerializable
Inheritance
DuplicateCommandException
Implements
Inherited Members

Properties

CommandName

Gets the name of the command that already exists.

Methods

ToString()

Returns a string representation of this DuplicateCommandException.