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 are the namespace level elements?

682


What is system predicate?

627


What is the diff between the System.Array.CopyTo() and System.Array.Clone()?

767


If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?

781


What is datareader c#?

673


Value Type and Reference Type Data type in C#?

712


Why do we use virtual methods in c#?

692


What is inheritance c#?

681


Is std :: string null terminated?

679


What is dictionary collection in c#?

679


What is difference between mutable and immutable in c#?

653


What is sql transaction in c#?

671


What is multidimensional array in c#?

670


What is a three-tier application.

782


What is the difference between a private assembly and a shared assembly?

772