The fact that we can\'t use the await keyword in catch blocks makes it quite awkward to show error messages from async methods in WinRT, since the
await
catch
C# 6 now supports await in catch and finally, so the code can be written the way I wanted it; a workaround is no longer needed.
finally