Is there a BizTalk.Operations class or other BizTalk class such that I can retrieve the HAT Message Flow Exception?
The exception, not the ErrorInfo or ErrorDesc property, that I'm referring to is found in: Go to BizTalk Group Hub (2010) 1. Select the 'Grouped by Service Name' link 2. Right Click on a Suspended item (except Routing Failures), then select 'Message Flow'
The HAT Message Flow form loads with properties e.g.; Activity ID, Error Info, Error Description, etc.
There's one last property named Exceptions at the bottom of the list. Although, Exception is not displayed like other properties or in text, but rather via a hyperlink to the exception details.
I want to retrieve this Exception, and preferrably via PowerShell, but do not know which class it resides in after looking in MSDN Operations namespace. I'd prefer to access this via Powershell's Add-Type rather than WMI.
Thanks