I have the following code:
WebClient wc = new WebClient(); string result; try { result = await wc.DownloadStringTaskAsync( new Uri( \"http://badurl\" ) );
You could put the await after the catch block followed by a label, and put a goto in the try block. (No, really! Goto's aren't that bad!)
await
label
goto