Results 1 to 2 of 2

Thread: Remote Exception Handling

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Posts
    27

    Default Remote Exception Handling

    Is there a way to register some kind of an exception handler for remote method calls in the client?

    Thats just because i dont want to litter up my client side code.

  2. #2
    Join Date
    Dec 2005
    Location
    Argentina
    Posts
    73

    Default

    You can probably add an exception handler to your client side proxies or you can code a dedicated class that can make the remote calls and handle the infrastructure exceptions.
    Maybe I can make other suggestions if you provide additional details.
    Federico.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •