Пример #1
0
 public override void IncorrectParameters(IncorrectParametersException ex, string passedArguments)
 {
     DisplayException(ex, passedArguments);
 }
Пример #2
0
 /// <summary>
 ///     Displays an error and exits.
 ///     Use this when a user passes the incorrect number of parameters for an option.
 /// </summary>
 public abstract void IncorrectParameters(IncorrectParametersException ex, string passedArguments);