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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T10:20:00+00:00 2026-06-03T10:20:00+00:00

When I suspect a Task ‘s Action had failed I used to just sit

  • 0

When I suspect a Task‘s Action had failed I used to just sit waiting for the AggregateExceptionto finally get thrown so I could dig into the InnerException. Recently, however, I noticed that by attempting to resize the form which had initiated the failing Task I could force the error to throw visibly.

Two questions:

  1. Is there a better way to do this? (I hate the “Wrap the call in an try/catch/re-throw and put a break point on the re-throw technique).
  2. I thought the AggregateException got thrown when the Task object itself is garbage collected. Is that true?
  3. In light of the answer to #2: Why does resizing trigger the AggregateException more immediately?
  • 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-03T10:20:03+00:00Added an answer on June 3, 2026 at 10:20 am

    Is there a better way to do this?

    You can either use the Result property or the Wait() function. Both block and if the Task fails, they throw the AggregateException. Another option, if you want to do something with the exception, is to use ContinueWith() with TaskContinuationOptions.OnlyOnFaulted.

    I thought the AggregateException got thrown when the Task object itself is garbage collected. Is that true?

    Yes, if the Exception of the Task is not accessed in any way, it will throw the exception when it’s finalized on .Net 4.0. (.Net 4.5 changes that, unhandled exceptions from Tasks no longer throw when the Task is finalized.)

    In light of the answer to #2: Why does resizing trigger the AggregateException more immediately?

    Most likely because it creates some objects, which causes the garbage collection to run.

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

Sidebar

Related Questions

I suspect the answer is probably no, but just in case, is there a
I suspect there's probably an easy answer to this I'm just not seeing, but
I have taken the task of trying to get an older program to run
I've had the same problem with sql for a while and as I sit
I suspect this applies to general ASP.Net too but I am not sure. If
I suspect that calls from separate threads (>15) are having a negative effect on
I suspect that adding a certain letter/character to the beginning of my text will
I suspect this is impossible, but thought I'd ask. Say I have a class
One day I suspect I'll have to learn hadoop and transfer all this data
My company has a problem: we suspect that the NACHA files we are receiving

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.