3 references to OperationCanceledException
mscorlib (2)
system\threading\CancellationToken.cs (1)
482
throw new
OperationCanceledException
(Environment.GetResourceString("OperationCanceled"), this);
system\threading\Tasks\TaskCanceledException.cs (1)
66
base
(Environment.GetResourceString("TaskCanceledException_ctor_DefaultMessage"), task!=null ? task.CancellationToken:new CancellationToken())
System.Core (1)
System\Linq\Parallel\Scheduling\CancellationState.cs (1)
93
throw new
OperationCanceledException
(oceMessage, externalCancellationToken);