---
title: "Exception in .NET?"  
description: "Exception in .NET?"  
author: "Anonymous User"  
published: 2018-04-09  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/23379/exception-in-dot-net  
category: "c#"  
tags: ["c#", ".net"]  
reading_time: 1 minute  

---

# Exception in .NET?

Exceptions is a response to an exceptional circumstance or we can say it is an error that occur during the runtime of a program. The benifit of using exceptions is that the program doesn’t terminate due to the occurrence of the exception.Exception is the base class of all the exceptions.

## Answers

### Answer by Anonymous User

Exceptions is a response to an exceptional circumstance or we can say it is an error that occur during the runtime of a program. The benifit of using exceptions is that the program doesn’t terminate due to the occurrence of the exception.Exception is the base class of all the exceptions.


---

Original Source: https://www.mindstick.com/interview/23379/exception-in-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
