---
title: "What is exception handling in c plus plus?"  
description: "What is exception handling in c plus plus?"  
author: "Mark Devid"  
published: 2013-06-15  
updated: 2013-06-15  
canonical: https://www.mindstick.com/forum/1119/what-is-exception-handling-in-c-plus-plus  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# What is exception handling in c plus plus?

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances),\
What is [exception handling](https://www.mindstick.com/articles/12240/introduction-of-exception-handling) in [c++](https://www.mindstick.com/blog/745/array-in-c-plus-plus)?\
Thanks in advance.

## Replies

### Reply by AVADHESH PATEL

[Exception](https://www.mindstick.com/articles/1824/objective-c-exception-handling) [handling](https://www.mindstick.com/forum/34585/file-handling) is the subsystem of c++ that allows you to handle errors that occur at run time in a structured and controlled manner.With c++ exception handling ,your program automatically invoke an error handling routine when an error occurs. The principle advantage of exception handling is that it automates much of the error handling code that previously had to be coded "by hand" in any large program.


---

Original Source: https://www.mindstick.com/forum/1119/what-is-exception-handling-in-c-plus-plus

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
