Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6176995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:11:49+00:00 2026-05-24T00:11:49+00:00

We have an unusual case, a try-catch block inside another try-catch block. Both catch

  • 0

We have an unusual case, a try-catch block inside another try-catch block. Both catch clauses catch Exception type of exceptions. Error that occurs in the most inner try-catch block, gets caught byt the first catch that is empty and instead of moving to the next line, it gets caught another time by the other catch. This is something I have never seen before. One of our colleagues claims that this is some setting but he does not remember what kind of setting. Do you know why is this happening and how to “turn it off”?
Please find the code below:

    try {
        //some code                                
        try
        {
               //code that throws exception                           

        }
        catch (Exception)
        {
        }
         //some other code, never reached

        }  
   catch (Exception ex)  
   {
           Logger.Write(ex.ToString());
           return null;  
   }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T00:11:50+00:00Added an answer on May 24, 2026 at 12:11 am

    One thing that could be causing this is that your first catch block is also throwing an exception. This would cause the second one to be triggered.

    Your colleague may be referring to the exception catching functionality of Visual Studio which allows you to break on any exceptions including ones that have already been handled. You can find this by pressing CTRL + ALT + e, or in the menus it’s listed under Debug –> Extensions…

    If neither of those are the case then we’ll need more code

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a application that need event handling on a unusual way. For my
Folks, I have a feeling there's a classic design pattern that covers this case,
I have an unusual issue with my ListView . I currently have a deselectAll()
I have some unusual I need to do. I am wondering if anyone can
I'm creating a cube and the person who wrote the software made a productSize
The title says everything, but just to be clear I'll add some extra words.
I am working on a multithreading app in Java 5 . When it executes
I am about to show my total ignorance of how encoding works and different
In Python, how do I get a reference to the current class object within

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.