Documentation for the C# command-line option parsing library

ParseException Constructor (String, Exception)

Constructor

public ParseException(
   string errMsg,
   Exception rootCause
);

Parameters

errMsg
Description of the error that occurred while parsing
rootCause
Exception that was thrown during parsing

See Also

ParseException Class | CommandLine.OptParse Namespace | ParseException Constructor Overload List