|
-
Aug 5th, 2007, 09:57 PM
#1
[2.0] Catching Exceptions Thrown via Remoting
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|