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 6758649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:49:26+00:00 2026-05-26T13:49:26+00:00

What is the difference between: catch { MessageBox.Show(Error.); } and: catch (Exception ex) {

  • 0

What is the difference between:

catch
{
    MessageBox.Show("Error.");
}

and:

catch (Exception ex)
{
    MessageBox.Show("Error.");
    //we never use ex, so is it better to use catch without arguments?
}
  • 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-26T13:49:26+00:00Added an answer on May 26, 2026 at 1:49 pm

    As of .NET 2, if you don’t tweak the configuration? Nothing.

    Before then, or with some config tweak I can’t remember precisely, there was the possibility of an exception being thrown from unmanaged code which didn’t get converted into an Exception-compatible object.

    Note that there’s another option in between, where you specify the type but no variable:

    catch (Exception)
    {
       ...
    }
    

    Personally I’d be very wary of catching an exception without even logging it. It may be required if you’re calling a boneheaded API, but it’s generally best avoided.

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

Sidebar

Related Questions

What's the difference between implicit exception and explicit exception? If I declare catch block
What are the Runtime exceptions and what are Checked/Unchecked Exceptions and difference between Error/Exception.Why
What's the difference between using catch(Exception ex) { ... throw ex; } and using
What is the difference between try { ... } catch (NHibernate.ADOException exception) {} and
What is the difference between try { } catch { throw; } and try
Syntax aside, what is the difference between try { } catch() { } finally
In C++, what is the difference between the following examples? Re-throw pointer : catch
Difference between a bus error and a segmentation fault? Can it happen that a
What is the difference between try { ... } catch{ throw } and try{
Possible Duplicate: difference between throw and throw new Exception() I'm a programmer working on

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.