API reference
Class InvalidOverloadException
- Namespace
- DisCatSharp.CommandsNext.Exceptions
- Assembly
- DisCatSharp.CommandsNext.dll
Thrown when the command service fails to build a command due to a problem with its overload.
public sealed class InvalidOverloadException : Exception, ISerializable
- Inheritance
-
InvalidOverloadException
- Implements
- Inherited Members
Constructors
Properties
- Method
Gets the method that caused this exception.
- Parameter
Gets or sets the argument that caused the problem. This can be null.
Methods
- ToString()
Returns a string representation of this InvalidOverloadException.