An exception of type 'System.Net.WebException'
问题 I'm working on WP7-8 application which is using RestClient for getting info from WebServer. When I swich off internet connection I see: An exception of type 'System.Net.WebException' occurred in System.Windows.ni.dll and wasn't handled before a managed/native boundary What does it mean? How or should I fix it? My code: RestSharp.RestClient _client; _client = new RestClient { BaseUrl = BaseURL }; _client.Timeout = 50; resourceString = "Http:\\blablabla"; var request = new RestRequest {