27 references to TimeoutException
System (8)
regex\System\Text\RegularExpressions\RegexMatchTimeoutException.cs (1)
60
:
base
() {
sys\system\io\ports\SerialPort.cs (5)
955
throw new
TimeoutException
();
972
throw new
TimeoutException
();
1032
throw new
TimeoutException
();
1067
throw new
TimeoutException
();
1266
throw new
TimeoutException
();
sys\system\io\ports\SerialStream.cs (2)
1112
throw new
TimeoutException
();
1140
throw new
TimeoutException
();
System.Core (2)
System\IO\Pipes\Pipe.cs (2)
1237
throw new
TimeoutException
();
1362
throw new
TimeoutException
();
System.ServiceModel (11)
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (2)
104
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
179
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
System\ServiceModel\Channels\PeerFlooder.cs (1)
882
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
736
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1234
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
System\ServiceModel\Channels\PeerNodeStateManager.cs (2)
251
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
331
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
1474
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
1497
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
1603
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
1626
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
());
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
340
throw FxTrace.Exception.AsError(new
TimeoutException
());
System.ServiceModel.Internals (1)
System\Runtime\InputQueue.cs (1)
292
throw Fx.Exception.AsError(new
TimeoutException
());
UIAutomationClient (1)
MS\Internal\Automation\Misc.cs (1)
787
throw new
TimeoutException
();
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (2)
1733
throw new
TimeoutException
();
1993
throw new
TimeoutException
();
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1533
throw new
TimeoutException
();