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