API reference
Class DuplicateOverloadException
- Namespace
- DisCatSharp.CommandsNext.Exceptions
- Assembly
- DisCatSharp.CommandsNext.dll
Indicates that given argument set already exists as an overload for specified command.
public class DuplicateOverloadException : Exception, ISerializable
- Inheritance
-
DuplicateOverloadException
- Implements
- Inherited Members
Properties
- ArgumentTypes
Gets the ordered collection of argument types for the specified overload.
- CommandName
Gets the name of the command that already has the overload.
Methods
- ToString()
Returns a string representation of this DuplicateOverloadException.