14 references to OperationCanceledException
mscorlib (11)
system\threading\Tasks\Parallel.cs (11)
234throw new OperationCanceledException(parallelOptions.CancellationToken); 310throw new OperationCanceledException(parallelOptions.CancellationToken); 359throw new OperationCanceledException(parallelOptions.CancellationToken); 1068throw new OperationCanceledException(parallelOptions.CancellationToken); 1090oce = new OperationCanceledException(parallelOptions.CancellationToken); 1383throw new OperationCanceledException(parallelOptions.CancellationToken); 1405oce = new OperationCanceledException(parallelOptions.CancellationToken); 2234throw new OperationCanceledException(parallelOptions.CancellationToken); 3220throw new OperationCanceledException(parallelOptions.CancellationToken); 3256oce = new OperationCanceledException(parallelOptions.CancellationToken); 3570if (bCollectionNotZeroLength) throw new OperationCanceledException(ct);
System.Activities (1)
System\Activities\ActivityUtilities.cs (1)
628throw FxTrace.Exception.AsError(new OperationCanceledException(options.CancellationToken));
System.Core (2)
System\Linq\Parallel\QueryOperators\QueryOperator.cs (1)
155throw new OperationCanceledException(querySettings.CancellationState.ExternalCancellationToken);
System\Linq\Parallel\Scheduling\CancellationState.cs (1)
84throw new OperationCanceledException(token);