1 type derived from TimeoutException
System (1)
regex\System\Text\RegularExpressions\RegexMatchTimeoutException.cs (1)
30public class RegexMatchTimeoutException : TimeoutException, ISerializable {
37 instantiations of TimeoutException
System (7)
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.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
212TimeoutException e = new TimeoutException(error);
System.ServiceModel (21)
System\ServiceModel\Channels\Connection.cs (1)
630return new TimeoutException(ioException.InnerException.Message, ioException);
System\ServiceModel\Channels\HttpChannelHelpers.cs (3)
3548throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new TimeoutException(webException.Message, webException)); 3601return new TimeoutException(CreateRequestTimedOutMessage(request), webException); 3658return new TimeoutException(CreateRequestTimedOutMessage(request), webException);
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\Channels\PipeConnection.cs (1)
213return new TimeoutException(this.timeoutErrorString, pipeException);
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3352throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new TimeoutException(this.GetTimeoutString(this.timeout)));
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2548Complete(false, new TimeoutException(this.GetTimeoutString(this.timeout)));
System\ServiceModel\Channels\SocketConnection.cs (1)
814return new TimeoutException(timeoutErrorString, originalException);
System\ServiceModel\Channels\WebSocketHelper.cs (2)
359return innerException == null ? new TimeoutException(errorMsg) : new TimeoutException(errorMsg, innerException);
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();
303 references to TimeoutException
SMSvcHost (2)
System\ServiceModel\Activation\WorkerProcess.cs (2)
357(exception is TimeoutException) 384catch (TimeoutException e)
System.Activities (34)
System\Activities\Runtime\ActivityExecutor.cs (4)
3839static Action<object, TimeoutException> outcomeDeterminedCallback; 3876static Action<object, TimeoutException> OutcomeDeterminedCallback 3882outcomeDeterminedCallback = new Action<object, TimeoutException>(OnOutcomeDetermined); 4160static void OnOutcomeDetermined(object state, TimeoutException asyncException)
System\Activities\Statements\DurableTimerExtension.cs (1)
172catch (TimeoutException)
System\Activities\WorkflowApplication.cs (29)
58static Action<object, TimeoutException> waitAsyncCompleteCallback; 519bool WaitForTurnAsync(InstanceOperation operation, TimeSpan timeout, Action<object, TimeoutException> callback, object state) 524bool WaitForTurnAsync(InstanceOperation operation, bool push, TimeSpan timeout, Action<object, TimeoutException> callback, object state) 531bool WaitForTurnNoEnqueueAsync(InstanceOperation operation, TimeSpan timeout, Action<object, TimeoutException> callback, object state) 535waitAsyncCompleteCallback = new Action<object, TimeoutException>(OnWaitAsyncComplete); 540static void OnWaitAsyncComplete(object state, TimeoutException exception) 836completeSelf = WaitForTurnAsync(operation, true, ActivityDefaults.AcquireLockTimeout, new Action<object, TimeoutException>(OnAbortWaitComplete), reason); 861void OnAbortWaitComplete(object state, TimeoutException exception) 1263catch (TimeoutException) 2800[Fx.Tag.Throws(typeof(TimeoutException), "The workflow could not be unloaded within the given timeout.")] 3066static Action<object, TimeoutException> waitCompleteCallback; 3100static Action<object, TimeoutException> WaitCompleteCallback 3106waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete); 3124static void OnWaitComplete(object state, TimeoutException asyncException) 3178static Action<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete); 3324static void OnWaitComplete(object state, TimeoutException asyncException) 3425static Action<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete); 3550static void OnWaitComplete(object state, TimeoutException asyncException) 3932static Action<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete); 4008static void OnWaitComplete(object state, TimeoutException asyncException) 4281static Action<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete); 4428static void OnWaitComplete(object state, TimeoutException asyncException) 5431public bool WaitForTurnAsync(TimeSpan timeout, Action<object, TimeoutException> callback, object state) 5499public WaitForTurnData(Action<object, TimeoutException> callback, object state, InstanceOperation operation, WorkflowApplication instance) 5507public Action<object, TimeoutException> Callback
System.Data (2)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
211static internal TimeoutException TimeoutException(string error) { 212TimeoutException e = new TimeoutException(error);
System.Runtime.DurableInstancing (17)
System\Runtime\DurableInstancing\InstanceHandle.cs (3)
783static Action<object, TimeoutException> onHostTransaction = new Action<object, TimeoutException>(OnHostTransaction); 907static void OnHostTransaction(object state, TimeoutException timeoutException)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (14)
701catch (TimeoutException) 728catch (TimeoutException) 812catch (TimeoutException) 830catch (TimeoutException) 939static Action<object, TimeoutException> onBindReclaimed = new Action<object, TimeoutException>(OnBindReclaimed); 940static Action<object, TimeoutException> onCommitWait = new Action<object, TimeoutException>(OnCommitWait); 1416static void OnBindReclaimed(object state, TimeoutException timeoutException) 1520static void OnCommitWait(object state, TimeoutException exception) 1567else if (exception is TimeoutException || exception is OperationCanceledException) 1643static Action<object, TimeoutException> waitComplete = new Action<object, TimeoutException>(OnWaitComplete); 1659static void OnWaitComplete(object state, TimeoutException timeoutException)
System.ServiceModel (154)
System\ServiceModel\Channels\ChannelDemuxer.cs (17)
158catch (TimeoutException e) 283catch (TimeoutException e) 323catch (TimeoutException e) 696catch (TimeoutException e) 1367catch (TimeoutException e) 1421catch (TimeoutException e) 1469catch (TimeoutException e) 1734catch (TimeoutException e) 1790catch (TimeoutException e) 1835catch (TimeoutException e) 1888catch (TimeoutException e) 1931catch (TimeoutException e) 2792catch (TimeoutException e) 2846catch (TimeoutException e) 2992catch (TimeoutException e) 3046catch (TimeoutException e) 3361catch (TimeoutException e)
System\ServiceModel\Channels\ChannelTracker.cs (1)
114catch (TimeoutException e)
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
209catch (TimeoutException e)
System\ServiceModel\Channels\Connection.cs (2)
628if (ioException.InnerException is TimeoutException) 910catch (TimeoutException e)
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
242catch (TimeoutException exception)
System\ServiceModel\Channels\ConnectionPool.cs (12)
48[Fx.Tag.Throws(typeof(TimeoutException), "Timed out trying to close this item")] 187catch (TimeoutException exception) 306[Fx.Tag.Throws(typeof(TimeoutException), "Timed out trying to close this item")] 338[Fx.Tag.Throws(typeof(TimeoutException), "Timed out trying to close this item")] 718protected abstract TimeoutException CreateNewConnectionTimeoutException(TimeSpan timeout, TimeoutException innerException); 771catch (TimeoutException e) 817catch (TimeoutException e) 1053catch (TimeoutException e) 1097catch (TimeoutException e) 1117catch (TimeoutException e) 1271catch (TimeoutException timeoutException)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
217catch (TimeoutException e) 398catch (TimeoutException e) 539catch (TimeoutException e)
System\ServiceModel\Channels\FramingChannels.cs (5)
318catch (TimeoutException exception) 398protected override TimeoutException CreateNewConnectionTimeoutException(TimeSpan timeout, TimeoutException innerException) 862catch (TimeoutException exception) 891catch (TimeoutException exception)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1201else if (e is TimeoutException)
System\ServiceModel\Channels\InitialServerConnectionReader.cs (3)
124catch (TimeoutException timeoutException) 256catch (TimeoutException e) 282catch (TimeoutException e)
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
229e is TimeoutException || 582catch (TimeoutException e)
System\ServiceModel\Channels\OneWayChannelListener.cs (6)
126catch (TimeoutException e) 334catch (TimeoutException e) 381catch (TimeoutException e) 935catch (TimeoutException e) 1002catch (TimeoutException e) 1373catch (TimeoutException e)
System\ServiceModel\Channels\PeerConnector.cs (1)
153e is TimeoutException)
System\ServiceModel\Channels\PeerFlooder.cs (1)
483|| (exception is TimeoutException)
System\ServiceModel\Channels\PeerNeighborManager.cs (2)
424if (e is InvalidOperationException || e is CommunicationException || e is TimeoutException) 1512|| exception is TimeoutException
System\ServiceModel\Channels\PipeConnection.cs (6)
491catch (TimeoutException e) 504catch (TimeoutException e) 547catch (TimeoutException e) 552catch (TimeoutException e) 600catch (TimeoutException exception) 1839TimeoutException timeoutException;
System\ServiceModel\Channels\ReceiveContext.cs (2)
396catch (TimeoutException exception) 701if (asyncException is TimeoutException)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
665|| (e is TimeoutException);
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
651if ((e is CommunicationException || e is TimeoutException) &&
System\ServiceModel\Channels\ReliableOutputConnection.cs (3)
381catch (TimeoutException) 655catch (TimeoutException) 721catch (TimeoutException)
System\ServiceModel\Channels\RequestChannel.cs (2)
315catch (TimeoutException timeoutException) 327catch (TimeoutException timeoutException)
System\ServiceModel\Channels\RequestContextBase.cs (1)
327catch (TimeoutException e)
System\ServiceModel\Channels\ServiceChannel.cs (2)
913catch (TimeoutException e) 939TimeoutException GetOpenTimeoutException(TimeSpan timeout)
System\ServiceModel\Channels\SessionConnectionReader.cs (6)
105catch (TimeoutException exception) 201catch (TimeoutException exception) 256catch (TimeoutException exception) 1366catch (TimeoutException e) 1381catch (TimeoutException e) 1400catch (TimeoutException e)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
171catch (TimeoutException exception) 227catch (TimeoutException exception) 912catch (TimeoutException exception)
System\ServiceModel\Channels\SocketConnection.cs (6)
411catch (TimeoutException timeoutException) 440catch (TimeoutException timeoutException) 509catch (TimeoutException timeoutException) 735TimeoutException timeoutException = new TimeoutException(SR.GetString(SR.TcpConnectionTimedOut, timeout), originalException); 779TimeoutException timeoutException = new TimeoutException(SR.GetString(SR.TcpConnectionTimedOut, timeout), originalException); 1658static TimeoutException CreateTimeoutException(Uri uri, TimeSpan timeout, IPAddress[] addresses, int invalidAddressCount,
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (5)
176protected override TimeoutException CreateNewConnectionTimeoutException(TimeSpan timeout, TimeoutException innerException) 573catch (TimeoutException exception) 653catch (TimeoutException exception) 696catch (TimeoutException exception)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
226catch (TimeoutException e) 1246catch (TimeoutException e) 1284catch (TimeoutException e)
System\ServiceModel\Channels\TransportManager.cs (2)
289TimeoutException timeoutException = null; 303catch (TimeoutException ex)
System\ServiceModel\Channels\UtilityExtension.cs (1)
354(e is TimeoutException) ||
System\ServiceModel\Channels\WebSocketHelper.cs (2)
263TimeoutException timeoutException = GetTimeoutException(exception, timeout, operation); 337internal static TimeoutException GetTimeoutException(Exception innerException, TimeSpan timeout, string operation)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
752catch (TimeoutException ex) 767catch (TimeoutException ex) 788catch (TimeoutException exception)
System\ServiceModel\ClientBase.cs (1)
372ex is TimeoutException))
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
255TimeoutException GetReceiveTimeoutException(TimeSpan timeout)
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (3)
86catch (TimeoutException) 123catch (TimeoutException) 172catch (TimeoutException)
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (3)
80catch (TimeoutException e) 117catch (TimeoutException e) 163catch (TimeoutException e)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
490catch (TimeoutException e) 537catch (TimeoutException e)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (2)
109catch (TimeoutException e) 149catch (TimeoutException e)
System\ServiceModel\InstanceContext.cs (1)
389catch (TimeoutException e)
System\ServiceModel\MsmqException.cs (1)
114faultSender = false; faultReceiver = false; outerExceptionType = typeof(TimeoutException); break;
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
533catch (TimeoutException e) 560if (e is TimeoutException)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (8)
1102if ((e is CommunicationException) || (e is TimeoutException) || (Fx.IsFatal(e)) || !ShouldWrapException(e)) 2179catch (TimeoutException) 2207catch (TimeoutException) 2343catch (TimeoutException) 2390catch (TimeoutException) 3314catch (TimeoutException e) 3360catch (TimeoutException e) 3405catch (TimeoutException e)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
628if (e is TimeoutException)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (19)
862catch (TimeoutException e) 902catch (TimeoutException e) 1654catch (TimeoutException e) 1718catch (TimeoutException ex) 1800if ((e is CommunicationException) || (e is TimeoutException) || (Fx.IsFatal(e)) || !ShouldWrapException(e)) 1921catch (TimeoutException e) 2013catch (TimeoutException e) 2031catch (TimeoutException e) 2054catch (TimeoutException e) 2108catch (TimeoutException e) 2126catch (TimeoutException e) 2148catch (TimeoutException e) 2777catch (TimeoutException e) 3385catch (TimeoutException) 3411catch (TimeoutException) 4342catch (TimeoutException) 4380catch (TimeoutException) 4445catch (TimeoutException) 4491catch (TimeoutException)
System\ServiceModel\ServiceHost.cs (2)
896catch (TimeoutException e) 959catch (TimeoutException e)
System\ServiceModel\Transactions\WsatProxy.cs (1)
187if (inner is TimeoutException ||
System.ServiceModel.Activities (41)
System\ServiceModel\Activities\CorrelationRequestContext.cs (1)
62public bool WaitForReplyAsync(Action<object, TimeoutException> onReceiveReply, object state)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (4)
242if (exception is TimeoutException || 608static Action<object, TimeoutException> handleWaitForStoreEvents = new Action<object, TimeoutException>(HandleWaitForStoreEvents); 714static void HandleWaitForStoreEvents(object state, TimeoutException exception)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (5)
450else if (exception is TimeoutException) 877catch (TimeoutException) 1034catch (TimeoutException) 1174catch (TimeoutException) 1372catch (TimeoutException)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (3)
716static Action<object, TimeoutException> handleWaitForInProgressLoad = new Action<object, TimeoutException>(HandleWaitForInProgressLoad); 826static void HandleWaitForInProgressLoad(object state, TimeoutException timeoutException)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (20)
660if (waitException is TimeoutException) 1687[Fx.Tag.Throws(typeof(TimeoutException), "Either the execution lock could not be acquired or the target sub-instance did not become stable in the allotted time.")] 2843static Action<object, TimeoutException> handleEndWait = new Action<object, TimeoutException>(HandleEndWait); 2875static void HandleEndWait(object state, TimeoutException e) 2982static Action<object, TimeoutException> nextIdleCallback; 2983static Action<object, TimeoutException> workflowServiceInstanceReadyCallback; 3094workflowServiceInstanceReadyCallback = new Action<object, TimeoutException>(OnSignaled); 3112static void OnSignaled(object state, TimeoutException exception) 3203nextIdleCallback = new Action<object, TimeoutException>(OnNextIdle); 3261static void OnNextIdle(object state, TimeoutException asyncException) 4775static Action<object, TimeoutException> idleReceivedCallback = new Action<object, TimeoutException>(OnIdleReceived); 4944static void OnIdleReceived(object state, TimeoutException asyncException) 4968static Action<object, TimeoutException> onWaitEvent; 5035onWaitEvent = new Action<object, TimeoutException>(OnWaitEvent); 5053static void OnWaitEvent(object state, TimeoutException asyncException) 5167static Action<object, TimeoutException> asyncWaiterSignaledCallback = new Action<object, TimeoutException>(OnAsyncWaiterSignaled); 5310static void OnAsyncWaiterSignaled(object state, TimeoutException asyncException)
System\ServiceModel\Activities\InternalReceiveMessage.cs (3)
1256static Action<object, TimeoutException> onReceiveReply; 1263onReceiveReply = new Action<object, TimeoutException>(OnReceiveReply); 1277static void OnReceiveReply(object state, TimeoutException timeoutException)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
2981catch (TimeoutException) 3012catch (TimeoutException)
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (3)
77static Action<object, TimeoutException> handleEndWait = new Action<object, TimeoutException>(HandleEndWait); 102static void HandleEndWait(object state, TimeoutException e)
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\UdpOutputChannel.cs (4)
945private static Action<object, TimeoutException> completeCleanupCallback = new Action<object, TimeoutException>(CompleteCleanup); 967private static void CompleteCleanup(object state, TimeoutException exception) 974Fx.Assert(exception.GetType() == typeof(TimeoutException), "Exception on callback should always be TimeoutException");
System\ServiceModel\Channels\UdpUtility.cs (1)
392if (ex is TimeoutException)
System.ServiceModel.Discovery (22)
System\ServiceModel\Discovery\AnnouncementClient.cs (10)
293[Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")] 300[Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")] 315[Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")] 322[Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")] 337[Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")] 353[Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")] 369[Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")] 384[Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")] 403[Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")] 418[Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")]
System\ServiceModel\Discovery\AsyncOperationLifetimeManager.cs (3)
230static Action<object, TimeoutException> onWaitCompleted = new Action<object, TimeoutException>(OnWaitCompleted); 243static void OnWaitCompleted(object state, TimeoutException asyncException)
System\ServiceModel\Discovery\DiscoveryClient.cs (3)
297TimeoutException timeoutException = null; 303catch (TimeoutException e) 1235catch (TimeoutException e)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (6)
164catch (TimeoutException te) 239catch (TimeoutException timeoutException) 379catch (TimeoutException timeoutException) 529new DiscoveryChannelBuilderAsyncResult.AsyncCatch<TimeoutException>(HandleTimeoutException) 545new DiscoveryChannelBuilderAsyncResult.AsyncCatch<TimeoutException>(HandleTimeoutException), 554static Exception HandleTimeoutException(DiscoveryChannelBuilderAsyncResult thisPtr, TimeoutException e)
System.ServiceModel.Internals (9)
System\Runtime\AsyncWaitHandle.cs (3)
36public bool WaitAsync(Action<object, TimeoutException> callback, object state, TimeSpan timeout) 216Action<object, TimeoutException> callback; 225public AsyncWaiter(AsyncWaitHandle parent, Action<object, TimeoutException> callback, object state)
System\Runtime\Fx.cs (1)
669base(typeof(TimeoutException), diagnosis)
System\Runtime\ThreadNeutralSemaphore.cs (5)
21static Action<object, TimeoutException> enteredAsyncCallback; 46static Action<object, TimeoutException> EnteredAsyncCallback 52enteredAsyncCallback = new Action<object, TimeoutException>(OnEnteredAsync); 98static void OnEnteredAsync(object state, TimeoutException exception) 176internal static TimeoutException CreateEnterTimedOutException(TimeSpan timeout)
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (2)
500if (!(e is CommunicationException || e is TimeoutException)) 586if (!(e is CommunicationException || e is TimeoutException))
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
211if (!(exception is CommunicationException || exception is TimeoutException))
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
140catch (TimeoutException timeoutException)
System.Transactions (3)
System\Transactions\TransactionState.cs (3)
1233TimeoutException e = new TimeoutException( SR.GetString( SR.TraceTransactionTimeout )); 1958TimeoutException e = new TimeoutException( SR.GetString( SR.TraceTransactionTimeout )); 4444TimeoutException e = new TimeoutException(SR.GetString(SR.TraceTransactionTimeout));
System.WorkflowServices (7)
System\Workflow\Activities\ReceiveActivity.cs (5)
517catch (TimeoutException tex) 943catch (TimeoutException tex) 1146catch (TimeoutException tex) 1173catch (TimeoutException tex) 1670catch (TimeoutException tex)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
409catch (TimeoutException timeoutException)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
83catch (TimeoutException timeoutException)
UIAutomationClient (1)
MS\Internal\Automation\FocusTracker.cs (1)
309catch (TimeoutException)
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
272catch (TimeoutException)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
50catch (TimeoutException)