Declaration
public InvalidOrderOfPositionalParametersException(
FieldInfo fieldOptional,
FieldInfo fieldMandatory,
Func<int, ConsoleColoredString> helpGenerator,
Exception inner = null
)
Summary
Indicates that a mandatory positional parameter is defined to come after an optional positional parameter, which is not possible.