Properly handling HttpClient exceptions within async / await
问题 I was hoping somebody could enlighten me a little bit on an issue I am facing in regards to async/await exception handling with HttpClient. I have written some code to illustrate, and it is being excecuted on both a Windows Phone 8 device and the emulator: private async void SearchButton_Click(object sender, EventArgs e) { try { HttpClient client = new HttpClient(); System.Diagnostics.Debug.WriteLine("BEGIN FAULTY REQUEST:"); string response = await client.GetStringAsync("http://www