21 references to TimeoutException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
291throw Fx.Exception.AsError(new TimeoutException());
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (1)
ConcurrencyLimiterEventSourceTests.cs (1)
125throw new TimeoutException();
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
174throw new TimeoutException();
Microsoft.Extensions.Http.Resilience.Tests (2)
Hedging\StandardHedgingTests.cs (2)
357throw new OperationCanceledExceptionMock(new TimeoutException()); 371throw new OperationCanceledExceptionMock(new TimeoutException());
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeClientStream.cs (1)
161throw new TimeoutException();
System.IO.Ports (8)
System\IO\Ports\SerialPort.cs (5)
764throw new TimeoutException(); 782throw new TimeoutException(); 842throw new TimeoutException(); 879throw new TimeoutException(); 1096throw new TimeoutException();
System\IO\Ports\SerialStream.Unix.cs (3)
435throw new TimeoutException(); 572throw new TimeoutException(); 593throw new TimeoutException();
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs (1)
604return FromException<TResult>(new TimeoutException());
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
2845return FromException(new TimeoutException()); 2876if (thisRef.TrySetException(new TimeoutException()))
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
1344return Common.InitializeStackTrace(new TimeoutException());
UIAutomationClient (1)
MS\Internal\Automation\Misc.cs (1)
737throw new TimeoutException();
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (2)
1701throw new TimeoutException(); 1959throw new TimeoutException();