public static string GetExceptionMessage(Exception e) { ExceptionMessage em = new ExceptionMessage(e); return(em.ErrorDetails); }
public static string GetExceptionMessage(Exception e) { ExceptionMessage em = new ExceptionMessage(e); return em.ErrorDetails; }