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