Question
RBC
CA
Last activity: 8 Mar 2017 17:58 EST
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?