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