Declaration
public UnexpectedArgumentException(
string[] unexpectedArgs,
Func<int, ConsoleColoredString> helpGenerator,
Exception inner = null
)
Summary
Specifies that the command-line parser encountered additional command-line arguments when it expected the end of the
command line.