When catching an exception, I'm logging the error to the database in the error handling workflow.
However none of the project error variables are available when I try to select the variables I want.
What I'd like to do is get those errors so I can log them.
I want to also trap the exception messages returned from custom code components.
