I've been searching all around and i can't seem to find any timeout example returned from an HIS. I have a webservice that consumes an HIS transaction and I'm getting a Microsoft.HostIntegration.TI.CustomTIException when it's a timeout on the transaction (it says on the exception's message).
Is there any way to encapsulate it with an System.TimeoutException so I can handle it on my webservice?