Table of Contents
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

InvalidOverloadException(string, MethodInfo)

Creates a new InvalidOverloadException.

InvalidOverloadException(string, MethodInfo, ParameterInfo)

Creates a new InvalidOverloadException.

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.