Hi,

I would just like to ask if anybody has encounter a situation like this:

client -> ComApp1 -> ComApp2

In this case client calls ComApp1, and ComApp1 calls ComApp2.
By the way, ComApp1 and ComApp2 are COM+ library applications. ComApp2 throws an exception so ComApp1 will catch that exception and so with client.

The big problem here is that the exception that was catch in the client is different exception from the original exception that was thrown in ComApp2.

I would gladly thank anyone who could give similar instance to this.

Thanks in advance.

-byteArray