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

What can you do as a .net developer?

490


What is difference between for and foreach in c#?

460


What is the default boolean value in c#?

498


Is c# code is managed or unmanaged code?

485


Tell me the difference between call by value and call by reference.

528






Why do we use polymorphism in c#?

467


Are c# objects passed by reference?

456


Can abstract class have constructor in c#?

487


What's different between c# and c/c++?

526


In .NET how can you solve the DLL Hell problem?

662


What is the difference between ienumerable and enumerable?

446


What is the purpose of dependency injection?

468


Can we declare private class in c#?

470


Difference between debug.write and trace.write?

512


What are the value types in c#?

496