Declaration
public IncompatibleCommandOrOptionException(
string earlier,
string later,
Func<int, ConsoleColoredString> helpGenerator,
Exception inner = null
)
Summary
Specifies that the command-line parser encountered a command or option that is not allowed in conjunction with a
previously-encountered command or option.