Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pattern for exceptions on worker thread?
Message
General information
Forum:
ASP.NET
Category:
Class design
Miscellaneous
Thread ID:
01055290
Message ID:
01060950
Views:
18
I don't know of any patterns. You should be able to catch background exceptions with Application.ThreadException. Then marshall a call back to your UI to display the exception.

>Does a design pattern exist for informing the user of exceptions thrown in a worker thread?
>
>I expect some exceptions in asynchronous callback methods, and sometimes want to let the user take some action.
>
>Thanks,
>Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform