public static string GetHiearchicalExceptionInfo(Exception error, ref Exception innerMostException) { UpdateEmailSubject(error); return(ExceptionHelper.GetHiearchicalExceptionInfo(error, ref innerMostException)); }
/// ------------------------------------------------------------------------------------ /// <summary> /// /// </summary> /// <param name="error"></param> /// <returns></returns> /// ------------------------------------------------------------------------------------ public static string GetExceptionText(Exception error) { UpdateEmailSubject(error); return(ExceptionHelper.GetExceptionText(error)); }