Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: InvalidNumericParameterException(string, Func<int, ConsoleColoredString>, Exception)

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.