Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: IncompatibleCommandOrOptionException(string, string, Func<int, ConsoleColoredString>, Exception)

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.