Dennis Thomas
Can we use await in catch and finally blocks?
By Dennis Thomas in C# on Dec 18 2017
  • Dennis Thomas
    Dec, 2017 18

    Yes, we can use it, from C# 6.0 onward. C# 6 was introduced with Visual Studio 2015. It supports using await in catch and finally blocks.

    • 0