1
Reply

Exceptions in c#

Ask a question

In c# if, I define an exception then will it be derived directly or indirectly from System.Exception class?


Does finally block always executes regardless of whether or not  an exception occurs in the associated try block?


Answers (1)