C# 6.0 await in catch/finally

Now, 'await' keyword is available in the catch/finally context. You can find IL code examples and explanation how it works internally.