1
Answer

Exceptions in c#

csharp learner

csharp learner

12y
1.2k
1

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)