C# Class CmdLine.CommandLineHelpException

Inheritance: CmdLine.CommandLineException
Datei anzeigen Open project: dotnet/ef6tools

Public Methods

Method Description
CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp ) : System
CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp, Exception inner ) : System
CommandLineHelpException ( string message ) : System

Method Details

CommandLineHelpException() public method

public CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp ) : System
argumentHelp CmdLine.CommandArgumentHelp
return System

CommandLineHelpException() public method

public CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp, Exception inner ) : System
argumentHelp CmdLine.CommandArgumentHelp
inner Exception
return System

CommandLineHelpException() public method

public CommandLineHelpException ( string message ) : System
message string
return System