1
Reply

Can we use await in catch and finally blocks?

Dennis Thomas

Dennis Thomas

6 years ago
159
0
Reply

    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.

    Dennis Thomas
    6 years ago
    0