Hi
I am trying to pass a Custom Exception over a Remoting Interface, and catch it on the client side. However, instead of getting my custom exception, I am instead getting a SerializationException which appears to contain my custom exception.
Is there anything I can do to be able to catch the custom exception type?
Cheers
I am trying to pass a Custom Exception over a Remoting Interface, and catch it on the client side. However, instead of getting my custom exception, I am instead getting a SerializationException which appears to contain my custom exception.
Is there anything I can do to be able to catch the custom exception type?
Cheers