adaam2 wrote:
``` ExceptionHandler.WebExceptionReceived += (sender, args) =>This works excellently, thanks Adam :){ var exception = (ITwitterException) args.Value; var statusCode = exception.StatusCode; // etc etc }