ExceptionHandler.WebExceptionReceived += (sender, args) =>
{
var exception = (ITwitterException) args.Value;
var statusCode = exception.StatusCode;
// etc etc
}
That's what I use. Covers all bases.↧
New Post: Streaming Backoff Strategy with Tweetinvi
↧