예제 #1
0
 public CommandLineException(CommandLine.Error error, string source)
 {
     this.Error  = error;
     this.Source = source;
 }
예제 #2
0
파일: Settings.cs 프로젝트: ajoscram/Locker
 public static string GetString(CommandLine.Error error)
 {
     return(resourceManager.GetString(Prefix.COMMAND_LINE_ERROR + "_" + error, CultureInfo.CurrentUICulture));
 }