public static void ClearLoggedExceptions()
 {
     TheExceptionHandler.ClearLoggedExceptions();
 }
 public static ITwitterException GenerateTwitterException(WebException webException, string url)
 {
     return(TheExceptionHandler.GenerateTwitterException(webException, url));
 }
 public static TwitterException AddWebException(WebException webException, string url)
 {
     return(TheExceptionHandler.AddWebException(webException, url));
 }