Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public IncompleteOptionException(
    string optionName,
    Func<int, ConsoleColoredString> helpGenerator,
    Exception inner = null
)

Summary

Specifies that the command-line parser encountered the end of the command line when it expected an argument to an option.