public static string Get(string code) { if (ErrorInfo.ContainsKey(code)) { return(ErrorInfo[code]); } return(code); }