Interview Questions

Can multiple catch blocks be executed for a single try statement?

C# Interview Questions and Answers


(Continued from previous question...)

164. Can multiple catch blocks be executed for a single try statement?

No. Once the proper catch block processed, control is transferred to the finally block (if there are any).

(Continued on next question...)

Other Interview Questions