neptuo / Framework

Common (shareable) frameworks, features and extensions.
http://www.neptuo.com/project/dev
9 stars 5 forks source link

Extension on Task to handler exceptions #151

Closed maraf closed 5 years ago

maraf commented 5 years ago

Something like task.HandleException(exceptionHandler) which internally uses ContinueWith and Task.IsFaulted.