Declaration
public InvalidNumericParameterException(
string fieldName,
Func<int, ConsoleColoredString> helpGenerator,
Exception inner = null
)
Summary
Specifies that a parameter that expected a numerical value was passed a string by the user that doesn’t parse as a
number.