Try to get the last exception.
imlokesh
var ex = ExceptionHandler.GetLastException(); MessageBox.Show(string.Format("Error {0}: {1}", ex.StatusCode, ex.TwitterDescription));