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

  • SEARCH
  • Home
  • 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 8056551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:44:28+00:00 2026-06-05T08:44:28+00:00

Is it the same when I use this: catch(Exception e) { throw new Exception(some

  • 0

Is it the same when I use this:

catch(Exception e)
{
    throw new Exception("some Exception", e);
}

and this:

catch(Exception e)
{
   throw new Exception("some Exception", e.InnerException);
}

or Di I am missing something?

  • 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-06-05T08:44:30+00:00Added an answer on June 5, 2026 at 8:44 am

    In your second example you are discarding the caught exception and are using its inner exception instead. You would normally code as you have in the first example.

    In the first case, the caught exception (e) becomes the InnerException of the new exception you are throwing:

    catch(Exception e)
    {
        throw new Exception("some Exception", e);
    }
    

    In the second case you are using the InnerException of e, and the data from e is lost:

    catch(Exception e)
    {
       throw new Exception("some Exception", e.InnerException);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use this code to update data in database table. Can reuse same code
i'm trying to use mongodb as a network wide configuration storage. This the same
Consider a method which might throw an exception with some descriptive text: if ($someCondition)
I am trying to use same validation function for all my controls. But I
I am able to track mouse move. I plan to use same calculations to
If I use the same interface for a local EJB and web service EJB
I need to use the same custom made block 2 times on the same
I have been trying to use the same HttpClient instance throughout different activities, but
Am I allowed to re-use the same variable name in different for loops in
Can the application use set same char in the XON and XOFF? If yes,

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.