Examveda

Which of the following is the wrong statement about exception handling in C#.NET?

A. finally clause is used to perform cleanup operations of closing network and database connections

B. a program can contain multiple finally clauses

C. the statement in final clause will get executed no matter whether an exception occurs or not

D. all of the mentioned

Answer: Option B


Join The Discussion

Related Questions on Exception Handling in C Sharp