Hi,
You are totally right. The purpose of the ExceptionHandler is to help developers of simple applications to manage the huge amount of Exceptions that can be thrown by Twitter.
You can get rid of it by just setting the value like this:
In this case you will have to manage all the exceptions on your own. You can use the class TwitterException to help you.
It will simply get the data from a webexception and transform it such as you can easily understand what went wrong.
Hope this helps.
Linvi
You are totally right. The purpose of the ExceptionHandler is to help developers of simple applications to manage the huge amount of Exceptions that can be thrown by Twitter.
You can get rid of it by just setting the value like this:
ExceptionHandler.SwallowWebExceptions = false;
It will simply get the data from a webexception and transform it such as you can easily understand what went wrong.
Hope this helps.
Linvi