Thank you Jasmin, now I understand things better.
Yes I was drawing a route from the exception handler to an exception catcher. From what you're telling me, it seems that this is not what I want, since I want to catch an exception in a specific process and deal with the exception in this process (send the exception info back to an object which is being handled in this specific process.)
Can you confirm that if I draw a route from the exception handler to an activity, there is no way to get the type and message of the exception in this activity?
Thanks,
Thierry