should i do like this?
.SetCredentials("","","","");
var tweets = Search.SearchTweets("sampdoria");
var exceptionStatusCode = ExceptionHandler.GetLastException().StatusCode;
var exceptionDescription = ExceptionHandler.GetLastException().TwitterDescription;
var exceptionDetails = ExceptionHandler.GetLastException().TwitterExceptionInfos.First().Message;
if it is right i got exceptionStatusCode = 0 and the others = null