csharp learner

csharp learner

  • NA
  • 4
  • 2.2k

Exceptions in c#

Jul 27 2012 12:20 PM

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)