5 references to TimeoutException
System (1)
regex\System\Text\RegularExpressions\RegexMatchTimeoutException.cs (1)
72: base(message) {
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
212TimeoutException e = new TimeoutException(error);
System.ServiceModel (3)
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\WebSocketHelper.cs (1)
359return innerException == null ? new TimeoutException(errorMsg) : new TimeoutException(errorMsg, innerException);