I am attempting to add smart exception handling to a Silverlight 4 RIA application that is primarily consumed out-of-browser.
My goal is to display a meaningful error window if RIA services are not currently accessible (e.g. The server is down for maintenance)
Is there any facility built into RIA/SL for this task?
I use the following to check to see if my user has network access which may get you the answer you are looking for.