---
title: "How can exception be handled with out the use of try catch?"  
description: "How can exception be handled with out the use of try catch?"  
author: "Anonymous User"  
published: 2011-05-23  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/1020/how-can-exception-be-handled-with-out-the-use-of-try-catch  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# How can exception be handled with out the use of try catch?

using Exception Management application block

or\
Page_error\
Application_error objects

## Answers

### Answer by Anonymous User

using Exception Management application block

or\
Page_error\
Application_error objects


---

Original Source: https://www.mindstick.com/interview/1020/how-can-exception-be-handled-with-out-the-use-of-try-catch

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
