Declaration
public UnrecognizedCommandOrOptionException(
string commandOrOptionName,
Func<int, ConsoleColoredString> helpGenerator,
Exception inner = null
)
Summary
Specifies that the command-line parser encountered a command or option that was not recognised (there was no
OptionAttribute or
CommandNameAttribute attribute with a matching option or command name).