@MartR
I have just had this in my mind. The ExceptionHandler is unique per Thread.
But the Stream are executed in a different thread and therefore when you will invoke the ExceptionHandler it will never contain any error.
In the meantime please deactivate the SwallowWebExceptions:
You will receive AggregateException if any. At this point look into the InnerException and you will probably get a WebException or TwitterException.
Cheers,
Linvi
PS : I will work on improvements to manage Exceptions in streams
I have just had this in my mind. The ExceptionHandler is unique per Thread.
But the Stream are executed in a different thread and therefore when you will invoke the ExceptionHandler it will never contain any error.
In the meantime please deactivate the SwallowWebExceptions:
ExceptionHandler.SwallowWebExceptions = false;
Cheers,
Linvi
PS : I will work on improvements to manage Exceptions in streams