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
messagestringException message.
methodMethodInfoMethod that caused the problem.
parameterParameterInfoMethod argument that caused the problem.
InvalidOverloadException(string, MethodInfo)
Creates a new InvalidOverloadException.
public InvalidOverloadException(string message, MethodInfo method)
Parameters
messagestringException message.
methodMethodInfoMethod that caused the problem.