I have a BizTalk (2006 R2) scope with a "Catch Exception" part in which I have put a simple Expression shape to store the exception message in an orchestration variable.
The problem is that if I choose the exception type to be "General Exception" the I do not get to supply an exception object name. Where do I retrieve exception info in this situation?
The I thought I would just choose the exception type to System.Exception but that is not possible. I can only select more specific .NET exception types.
Am I doing it wrong or is this how BizTalk works?