Hi,
have a look at the private _xcode field of the exception caught. This
field seems to contain the SEH exception code. However, that might not
always be the case.
/Johannes
> We have a server application that occasionally reports SEHExceptions
> (only in a production environment of course) when calling a third party
[quoted text clipped - 24 lines]
>
> Mike
Mike Blake-Knox - 12 Nov 2005 15:15 GMT
> have a look at the private _xcode field of the exception caught.
Thanks. Unfortunately, the problem is intermittent and only in production so I can't use the debugger to look at
private fields. I have a First Chance Exception full dump that I took with ADPlus. With luck, I'll find it on the call
stack.
Thanks again.
Mike
Mike Blake-Knox - 16 Nov 2005 11:41 GMT
> have a look at the private _xcode field of the exception caught. This
> field seems to contain the SEH exception code.
That's what I found too. Of course, the code was 1726 (RPC failed) which
didn't help much.
I'm working on improving error recovery.
Thanks again
Mike