If you catch an Exception inside workbench (ie drag a line from the lightnight icon) is it possible to get to the exception object to get the exception details (FaultName, FaultSource, etc).
I know you can do this if you have an exception event catch it, but I want to handle it in the actual process syncronously.
Any ideas?