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)
212
TimeoutException e = new
TimeoutException
(error);
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3352
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
TimeoutException
(this.GetTimeoutString(this.timeout)));
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2548
Complete(false, new
TimeoutException
(this.GetTimeoutString(this.timeout)));
System\ServiceModel\Channels\WebSocketHelper.cs (1)
359
return innerException == null ? new
TimeoutException
(errorMsg) : new TimeoutException(errorMsg, innerException);