Hi,
I have been following "Bob DeRemer's" excellent article on "Throwing Custom
Exception Types from a Managed COM+ Server Application" and able to receive
the custom exception I threw in my COM+ ES component.
However, as soon as I include the SecureMethodAttribute() following advice
from
http://pluralsight.com/wiki/default....dCOMApp.h tml,
I stopped receiving the Custom Exception. Instead the exception I received
is of Exception type.
If I throw ArgumentException, I am fine. I am using Framework 2 with VS2005.
Can someone help to explain why this is so?
Bob