The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.
See Also: OperationCanceledException Members
If the task that was canceled had an associated cancellation token, it is returned by the OperationCanceledException.CancellationToken property, and the System.Threading.CancellationToken.IsCancellationRequested property of the token is set to true.