T
ThunderMusic
Hi,
I use remoting in a Windows app... this remoting call a ServerA and using
ServerA get an object (marshaled) from ServerB... if I call a method on the
object gotten from ServerB and this ServerB has shut down it's service, I
get an exception and this exception stop the application event if it's
inside a try-catch structure... I mean, it does exactly the same as if it
was not in a try-catch structure. Is there a reason it's behaving this way?
I could send a code snippet, but it would not be useful... I get the ServerA
object, I get the ServerB object by calling a method on ServerA's object, I
open a try structure (try { ), I call a method on ServerB's object... if
the ServerB is running, everything is fine, if ServerB is not running, the
exception is thrown exactly the same way as if it were not in a try-catch
structure...
Why? and Is there a way around it?
Thanks
ThunderMusic
I use remoting in a Windows app... this remoting call a ServerA and using
ServerA get an object (marshaled) from ServerB... if I call a method on the
object gotten from ServerB and this ServerB has shut down it's service, I
get an exception and this exception stop the application event if it's
inside a try-catch structure... I mean, it does exactly the same as if it
was not in a try-catch structure. Is there a reason it's behaving this way?
I could send a code snippet, but it would not be useful... I get the ServerA
object, I get the ServerB object by calling a method on ServerA's object, I
open a try structure (try { ), I call a method on ServerB's object... if
the ServerB is running, everything is fine, if ServerB is not running, the
exception is thrown exactly the same way as if it were not in a try-catch
structure...
Why? and Is there a way around it?
Thanks
ThunderMusic