Пример #1
0
 public CommandLineException(CommandLine.Error error, string source)
 {
     this.Error  = error;
     this.Source = source;
 }
Пример #2
0
 public static string GetString(CommandLine.Error error)
 {
     return(resourceManager.GetString(Prefix.COMMAND_LINE_ERROR + "_" + error, CultureInfo.CurrentUICulture));
 }