---
title: "Can multiple catch blocks be executed?"  
description: "Can multiple catch blocks be executed?"  
author: "Anchal Kesharwani"  
published: 2014-09-19  
updated: 2020-09-14  
canonical: https://www.mindstick.com/interview/2160/can-multiple-catch-blocks-be-executed  
category: "c#"  
tags: [".net", "c#"]  
reading_time: 1 minute  

---

# Can multiple catch blocks be executed?

No, Multiple catch blocks can’t be executed. Once the proper catch code executed, the control is transferred to the finally block and then the code that follows the finally block gets executed.


---

Original Source: https://www.mindstick.com/interview/2160/can-multiple-catch-blocks-be-executed

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
