1
Reply

Can we use await in catch and finally blocks?

Dennis Thomas

Dennis Thomas

6y
168
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.