cloudscribe/cloudscribe.SimpleContent

Handle ThrowIfCancellationRequested errors better

Closed this issue · 1 comments

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

catch(OperationCanceledException ex)