Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: CommandLineParseException(ConsoleColoredString, Func<int, ConsoleColoredString>, Exception)

Declaration

protected CommandLineParseException(
    ConsoleColoredString message,
    Func<int, ConsoleColoredString> helpGenerator,
    Exception inner
)

Summary

Represents any error encountered while parsing a command line. This class is abstract.