C# Class Fonet.Cli.Parser.CommandLineException

Thrown if an unknown option is encountered or a parameter option is missing an argument.
Inheritance: ApplicationException
Exibir arquivo Open project: prepare/FO.NET

Public Methods

Method Description
CommandLineException ( string msg ) : System

Initializes a new instance of the CommandLineException class.

Method Details

CommandLineException() public method

Initializes a new instance of the CommandLineException class.
public CommandLineException ( string msg ) : System
msg string A message that describes the unexpected condition.
return System