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