Exemplo n.º 1
0
 /// <summary></summary>
 /// <param name="e"></param>
 /// <returns></returns>
 public static string GetMessageString(this Exception e)
 {
     return(ExceptionFormatter.FormatPlainText(e));
 }         // func GetMessageString
Exemplo n.º 2
0
        }         // proc WriteSeperator

        public static StringBuilder WriteException(this StringBuilder sb, Exception e)
        {
            ExceptionFormatter.FormatPlainText(sb, e);
            return(sb);
        } // func WriteException