Question
2
Replies
2276
Views
RBC
Posted: March 8, 2017
Last activity: March 8, 2017
Capturing Exception Stack Trace...
I have a RDA process that has a try/catch block. I intentionally triggered the exception (by dividing 1/0).. Without the catch I see a full stack trace, but I want to use the catch to capture the trace to a file (as a string). The catch provides two parameters (Exception & Message) but no stack trace info.. What parameter can I add to the catch block?
Hi Rob,
Just extract a proxy from the Exception blue dot. That will have everything you want.
Jeff