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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:50:01+00:00 2026-05-14T03:50:01+00:00

QUESTION: Re use of .NET Backgroundworker, is there not a way to let exceptions

  • 0

QUESTION: Re use of .NET Backgroundworker, is there not a way to let exceptions pass back normally to main thread?

BACKGROUND:

  • Currently in my WinForms application I have generic exception handle that goes along the lines of, if (a) a custom app exception then present to user, but don’t exit program, and (b) if other exception then present and then exit application
  • The above is nice as I can just throw the appropriate exception anywhere in the application and the presentation/handling is handled generically
  • 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-14T03:50:01+00:00Added an answer on May 14, 2026 at 3:50 am

    The BackgroundWorker automatically passes back the exception. It’s in the AsyncCompletedEventArgs.Error property when you hook the RunWorkerCompleted event.

    If you like, you can wrap and rethrow the exception in this event handler – keeping in mind that there’s a bug in the framework that will cause the “outer” exception to be thrown instead because you’re in the middle of an Invoke.

    An exception that occurs on a background thread in a .NET application is a catastrophic error that can and will bring down the entire process; the only way to deal with this is to wrap all of the activity in a try-catch block and save any exception that occurred, which is exactly what the BackgroundWorker does.

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

Sidebar

Related Questions

My question may not make sense but I have valid reason. We use .net
EDIT (the whole question, it was too unclear) I want to use OpenSSL.NET The
I have a question, which Unicode encoding to use while encoding .NET string into
I have a question regarding VB.net and the use of rsData connections to an
Just some architectural question: I use ASP.net MVC and exclusively rely on Strongly-Typed Views
Is there a way to monitor (log) the reason for restarting of an ASP.NET
Simple question. How can I use .NET to traverse the directory structure of a
I am trying to use the .NET Backgroundworker Object in an application I am
I'm trying to use the BackgroundWorker class to start a new thread which loads
I could not find the answer to this exact question but there are related

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.