Hi all,

I have a MarshalByRefObject which lives on a server and is accessed via a proxy created by Activator.GetObject(). This all works.

I would like to be able to throw an exception in a server-side method and catch it on the client-side.
Is this possible at all? If so, how would I go about doing that? So far when I've tried, I've either had no exception pop up at all, or an "uncaught exception" error on the server-side.


Cheers

- P