In order to get all the information related with an error thrown implement a print method
Comments: Associated with changeset 35006: Version 0.9.0.2
- Updated Exception Management to throw Exception for invalid arguments. Consequently developers will be able to easily differentiate an exception caused by them (throwing) from an exception coming from twitter (returns null).
- Added TwitterException.ToString() to simplify debugging
- Added TwitterException.CreationDate
- Added ExceptionHandler.GetLifetimeExceptionDetails to get all the errors since the beginning of the application
- Added ExceptionHandler.WebExceptionReceived event to be notified of any TwitterException occurring
- Updated TwitterAccessor to throw Exception when query is invalid (instead of returning default)
-
Comments: Associated with changeset 35006: Version 0.9.0.2
- Updated Exception Management to throw Exception for invalid arguments. Consequently developers will be able to easily differentiate an exception caused by them (throwing) from an exception coming from twitter (returns null).
- Added TwitterException.ToString() to simplify debugging
- Added TwitterException.CreationDate
- Added ExceptionHandler.GetLifetimeExceptionDetails to get all the errors since the beginning of the application
- Added ExceptionHandler.WebExceptionReceived event to be notified of any TwitterException occurring
- Updated TwitterAccessor to throw Exception when query is invalid (instead of returning default)
-