C# (Sharp) Programming Language Question: Will finally block get executed if the exception had not occurred? C# (Sharp) Programming Language Interview QuestionAnswer: Yes Previous QuestionNext QuestionHow do I make a DLL in C#?What is the C# equivalent of C++ catch (…), which was a catch-all statement for any possible exception? Does C# support try-catch-finally blocks?