1
Reply

Can we use await in catch and finally blocks?

Dennis Thomas

Dennis Thomas

Dec 18, 2017
120
0

    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
    December 18, 2017
    0