3 references to TaskCanceledException
mscorlib (2)
system\runtime\compilerservices\TaskAwaiter.cs (1)
179
throw new
TaskCanceledException
(task);
system\threading\Tasks\Task.cs (1)
2098
canceledException = new
TaskCanceledException
(this);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
151
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TaskCanceledException
(task));