Hi, I have the problems getting original exception after calling COM+ method.
Let me describe the situation.
Ive got 2 COM+ applications, both written in C#. One of them is calling the other one when some event happens, so lets call them listener and processor. The problem is, that the processors method may result in an exception.
The listener should then catch this exception and report it.
However, the listener only gets "Exception has been thrown by the target of an invocation". Normally, I would look for the exception in InnerException, but hey, there is nothing in my case!
Can anybody help me with this?
Thanks in advance..
Let me describe the situation.
Ive got 2 COM+ applications, both written in C#. One of them is calling the other one when some event happens, so lets call them listener and processor. The problem is, that the processors method may result in an exception.
The listener should then catch this exception and report it.
However, the listener only gets "Exception has been thrown by the target of an invocation". Normally, I would look for the exception in InnerException, but hey, there is nothing in my case!
Can anybody help me with this?
Thanks in advance..