Hi,
I have a COM object that I am using via c#. THe object supports a method
that checks an angle lower and upper limits and returns a bool. The
reult is either a pass or fail, if it fails further information is
passed via the HRESULT indicating whether it failed the upper limit or
lower limit check. So this is not an error just a logical failure. Is
there anyway I can look at the contents of the HRESULT ater the call,
even when an exception is not thrown?
Thanks
Tuckers
tuckers - 08 Oct 2005 09:55 GMT
> Hi,
>
[quoted text clipped - 9 lines]
>
> Tuckers