Table of Contents
API reference

Constructor InvalidOverloadException

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

InvalidOverloadException(string, MethodInfo, ParameterInfo)

Creates a new InvalidOverloadException.

public InvalidOverloadException(string message, MethodInfo method, ParameterInfo parameter)

Parameters

message string

Exception message.

method MethodInfo

Method that caused the problem.

parameter ParameterInfo

Method argument that caused the problem.

InvalidOverloadException(string, MethodInfo)

Creates a new InvalidOverloadException.

public InvalidOverloadException(string message, MethodInfo method)

Parameters

message string

Exception message.

method MethodInfo

Method that caused the problem.