C# Класс CmdLine.CommandLineHelpException

Наследование: CmdLine.CommandLineException
Показать файл Открыть проект

Открытые методы

Метод Описание
CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp ) : System
CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp, Exception inner ) : System
CommandLineHelpException ( string message ) : System

Описание методов

CommandLineHelpException() публичный Метод

public CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp ) : System
argumentHelp CmdLine.CommandArgumentHelp
Результат System

CommandLineHelpException() публичный Метод

public CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp, Exception inner ) : System
argumentHelp CmdLine.CommandArgumentHelp
inner Exception
Результат System

CommandLineHelpException() публичный Метод

public CommandLineHelpException ( string message ) : System
message string
Результат System