Closed maraf closed 5 years ago
Something like task.HandleException(exceptionHandler) which internally uses ContinueWith and Task.IsFaulted.
task.HandleException(exceptionHandler)
ContinueWith
Task.IsFaulted
Something like
task.HandleException(exceptionHandler)
which internally usesContinueWith
andTask.IsFaulted
.