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