Can multiple catch blocks be executed?

Answer Posted / daniel

No, once the proper catch code fires off, the control is
transferred to the finally block (if there are any), and
then whatever follows the finally block.

Is This Answer Correct ?    16 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is hashset faster?

491


What is marshalling and what are different kinds of marshalling?

502


What is lazy class in c#?

479


Why do we use stringbuilder in c#?

519


Differentiate between method overriding from method overloading with its functionality?

544






What is the difference between CONST and READONLY?

577


What is a console operator?

494


What is a predicate in c#?

485


Why are dynamic link library used over static one?

546


Why do we use threads in c#?

521


What are the types of assembly available

516


How to exclude a property from xml serialization?

543


Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?

513


If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?

558


What does using do in c#?

517