I have a Silverlight 2 application that is consuming a WCF service. As such, it uses asynchronous callbacks for all the calls to the methods of the service. If the service
To Handle this situation use the TargetInvocationException. This will catch the Exception when the network is down or your service is unavailable.