예제 #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;
 }