3 instantiations of TaskCanceledException
mscorlib (2)
system\runtime\compilerservices\TaskAwaiter.cs (1)
179throw new TaskCanceledException(task);
system\threading\Tasks\Task.cs (1)
2098canceledException = new TaskCanceledException(this);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
151throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new TaskCanceledException(task));
4 references to TaskCanceledException
mscorlib (4)
system\runtime\compilerservices\TaskAwaiter.cs (4)
109/// <exception cref="System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception> 347/// <exception cref="System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception> 437/// <exception cref="System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception> 525/// <exception cref="System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>