G
gs_sarge
Hi:
I'm trying to figure out the behavior of an event when one of the
event handlers triggers an exception.
In my case, I'm using events so the server can contact the client
using Remoting.
Each client registers its own event handler for the servers event.
Hower, if one of the client connections is broken unexpectedly,
calling the event triggers an exception, since the connection has been
lost.
Will that exception prevent the other event handlers in line from
getting notified?
If so, is there any way to purge the suspected faulty event handler?
Unfortunately, the exception I get (System.Net.WebException) doesn't
have much information as to which event handler triggered it.
Any ideas on this would be very helpful
Thanks
I'm trying to figure out the behavior of an event when one of the
event handlers triggers an exception.
In my case, I'm using events so the server can contact the client
using Remoting.
Each client registers its own event handler for the servers event.
Hower, if one of the client connections is broken unexpectedly,
calling the event triggers an exception, since the connection has been
lost.
Will that exception prevent the other event handlers in line from
getting notified?
If so, is there any way to purge the suspected faulty event handler?
Unfortunately, the exception I get (System.Net.WebException) doesn't
have much information as to which event handler triggered it.
Any ideas on this would be very helpful
Thanks