Documentation for the C# command-line option parsing library

InvalidValueException Class

Parsing exception that is thrown if a value is given that is not of the expected type

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

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

public class InvalidValueException : ParseException

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

InvalidValueException Members | CommandLine.OptParse Namespace