Exemplo n.º 1
0
 public CommandLineException(CommandLine.Error error, string source)
 {
     this.Error  = error;
     this.Source = source;
 }
Exemplo n.º 2
0
 public static string GetString(CommandLine.Error error)
 {
     return(resourceManager.GetString(Prefix.COMMAND_LINE_ERROR + "_" + error, CultureInfo.CurrentUICulture));
 }