1.8.0 ExceptionInfo and Getting the StackTrace in Code

Hello,
I was trying to use the new Try/Catch/Finally strategy but my “Catch” needs to record the stack trace in a proprietary table and it is not included in the ExceptionInfo provided by the FromException attribute.

The release blog post indicates this is by design. How can one get the stack trace inside a continuation?

Thanks,
Timothy