Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
135184 Points
21682 Posts
Moderator
MVP
Apr 19, 2012 03:05 AM|LINK
alexivanoff If the task fails the worker process crashes with something like this: Exception: System.AggregateException
If the task fails the worker process crashes with something like this:
Exception: System.AggregateException
And this is normal.What would you do the task execution to do in error case?!
I would surrender the task execution with try/catch and log the errror.
ignatandrei
All-Star
135184 Points
21682 Posts
Moderator
MVP
Re: UnobserverTaskException with async controller
Apr 19, 2012 03:05 AM|LINK
And this is normal.What would you do the task execution to do in error case?!
I would surrender the task execution with try/catch and log the errror.