1
Answer

Exceptions in c#

Photo of csharp learner

csharp learner

12y
964
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)