Handle ThrowIfCancellationRequested errors better
Closed this issue · 1 comments
JimKerslake commented
At the moment we have examples of ThrowIfCancellationRequested exceptions making it up into the logs as unhandled exceptions.
Most immediate case in point:
PageController > DraftPublishService.PublishReadyDrafts
JimKerslake commented
catch(OperationCanceledException ex)