Closed GoogleCodeExporter closed 9 years ago
Thanks for the report. It is replaced by Nameserver.AuthenticationError event.
Original comment by hepha...@gmail.com
on 7 Sep 2011 at 6:24
Hi, thank you for the quick fix and reply. I have another question
about events though.
Since I'm trying to write a Live Messenger client, my program should
solve as many exceptions as possible (without bothering the users),
such as auto-reconnection when unexpected disconnection happens.
It seems that MSNPSharp relies quite much on event/exception handling.
Some event are self-explained, like Nameserver.AuthenticationError and
NameserverProcessor.ConnectionEstablished. However there are some
ambiguous events, e.g. Nameserver.ExceptionOccurred. I have no idea
how to handle this event.
Is there any keyword/document about all the events/exceptions? Or
should I leave the problem unhandled to the users?
Thank you again. Happy Moon Festival.
Original comment by hansbo...@gmail.com
on 14 Sep 2011 at 8:33
The ExceptionOccurred is basically telling exceptions we don't know either, you
should treat these exception as internal exception, not showing them to the
user.
Original comment by freezing...@gmail.com
on 20 Sep 2011 at 2:45
ok. I see. Thank you!
Original comment by hansbo...@gmail.com
on 26 Sep 2011 at 10:06
Original issue reported on code.google.com by
hansbo...@gmail.com
on 7 Sep 2011 at 3:56