InvalidProgramException

Thrown when program definition contains error.

Errors include (but not limited to): duplicate entry name, option with no short and no long value.

class InvalidProgramException : Exception {}

Constructors

this
this(string msg)

Creates new instance of InvalidProgramException

Meta