Documentation for the C# command-line option parsing library

ParseException Class

Exception thrown if the parser encounters an error

For a list of all members of this type, see ParseException Members.

System.Object
   System.Exception
      System.ApplicationException
         CommandLine.OptParse.ParseException
            CommandLine.OptParse.InvalidValueException

public class ParseException : ApplicationException

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

ParseException Members | CommandLine.OptParse Namespace