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
What is the difference between finally and finalize block?
What is executenonquery c#?
What is reflection c#?
Can we inherit class that contains only one private constructor?
What is tuple in c#?
Can abstract class have constructor in c#?
What does dbml stand for?
What is scope c#?
In which order the destructor is called for an inherited class?
Can dictionary have duplicate keys c#?
So what makes your code really object-oriented #?
What is literal control
What is view model in c#?
what is the scope of anonymous type ?
How does one compare strings in c#?