Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: InvalidOrderOfPositionalParametersException(FieldInfo, FieldInfo, Func<int, ConsoleColoredString>, Exception)

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.