Can multiple catch blocks be executed?



Can multiple catch blocks be executed?..

Answer / swapna

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 ?    8 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How do you specify a custom attribute for the entire assembly (rather than for a class)?

0 Answers  


How to use exception handling in stored procedure?

0 Answers   Wipro,


Say true or false,Private constructor have object or not?

7 Answers   IBM,


Hoe can i connect the table into the c# application?

2 Answers  


How to print labels in windows form in C# .net

5 Answers  






What is primitive types in c#?

0 Answers  


What do you mean by a windows process in regards to memory allocation?

0 Answers  


What you mean by inner exception in c#?

0 Answers  


What is the difference between internal and private in c#?

0 Answers  


Explain about ODP.net

0 Answers  


What does readonly mean in c#?

0 Answers  


What is application c#?

0 Answers  


Categories