CmdLine.CommandLineHelpException.CommandLineHelpException C# (CSharp) Method

CommandLineHelpException() public method

public CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp ) : System
argumentHelp CmdLine.CommandArgumentHelp
return System
        public CommandLineHelpException(CommandArgumentHelp argumentHelp)
            : base(argumentHelp.Message)
        {
            ArgumentHelp = argumentHelp;
        }

Same methods

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