C# Class Fonet.Cli.Parser.CommandLineException

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

Méthodes publiques

Méthode Description
CommandLineException ( string msg ) : System

Initializes a new instance of the CommandLineException class.

Method Details

CommandLineException() public méthode

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