Ejemplo n.º 1
0
 private static string GetFormattedErrorMsg(ASErrorSeverity severity, Result res)
 {
     return(String.Format("{0} {1:d}: {2}", severity.ToString("G").ToLower(), GetASErrorNr(res.GetErrorCode()), res.GetErrorString()));
 }
Ejemplo n.º 2
0
 private static string GetFormattedErrorMsg(ASErrorSeverity severity, BuilderError errorNo, string msg)
 {
     return(String.Format("{0} {1:d}: {2}", severity.ToString("G").ToLower(), errorNo, msg));
 }