Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: UnexpectedArgumentException(string[], Func<int, ConsoleColoredString>, Exception)

Declaration

public UnexpectedArgumentException(
    string[] unexpectedArgs,
    Func<int, ConsoleColoredString> helpGenerator,
    Exception inner = null
)

Summary

Specifies that the command-line parser encountered additional command-line arguments when it expected the end of the command line.