示例#1
0
        public static string GetExceptionMessage(Exception e)
        {
            ExceptionMessage em = new ExceptionMessage(e);

            return(em.ErrorDetails);
        }
示例#2
0
 public static string GetExceptionMessage(Exception e)
 {
     ExceptionMessage em = new ExceptionMessage(e);
     return em.ErrorDetails;
 }