C# Class CmdLine.CommandLineHelpException

Inheritance: CmdLine.CommandLineException
Afficher le fichier Open project: dotnet/ef6tools

Méthodes publiques

Méthode Description
CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp ) : System
CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp, Exception inner ) : System
CommandLineHelpException ( string message ) : System

Method Details

CommandLineHelpException() public méthode

public CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp ) : System
argumentHelp CmdLine.CommandArgumentHelp
Résultat System

CommandLineHelpException() public méthode

public CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp, Exception inner ) : System
argumentHelp CmdLine.CommandArgumentHelp
inner Exception
Résultat System

CommandLineHelpException() public méthode

public CommandLineHelpException ( string message ) : System
message string
Résultat System