コード例 #1
0
 public static void ClearLoggedExceptions()
 {
     TheExceptionHandler.ClearLoggedExceptions();
 }
コード例 #2
0
 public static ITwitterException GenerateTwitterException(WebException webException, string url)
 {
     return(TheExceptionHandler.GenerateTwitterException(webException, url));
 }
コード例 #3
0
 public static TwitterException AddWebException(WebException webException, string url)
 {
     return(TheExceptionHandler.AddWebException(webException, url));
 }