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 are the namespace level elements?
What is system predicate?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
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?
What is datareader c#?
Value Type and Reference Type Data type in C#?
Why do we use virtual methods in c#?
What is inheritance c#?
Is std :: string null terminated?
What is dictionary collection in c#?
What is difference between mutable and immutable in c#?
What is sql transaction in c#?
What is multidimensional array in c#?
What is a three-tier application.
What is the difference between a private assembly and a shared assembly?