5 references to TaskTimedOutError
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TaskHelpers.cs (1)
233
throw Fx.Exception.AsError(new TimeoutException(InternalSR.
TaskTimedOutError
(timeout)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (4)
151
throw Fx.Exception.AsError(new TimeoutException(InternalSR.
TaskTimedOutError
(timeout)));
1071
throw Fx.Exception.AsError(new TimeoutException(InternalSR.
TaskTimedOutError
(new TimeSpan(ReadTimeout))));
1151
throw Fx.Exception.AsError(new TimeoutException(InternalSR.
TaskTimedOutError
(new TimeSpan(WriteTimeout))));
1226
new TimeoutException(InternalSR.
TaskTimedOutError
(timeoutHelper.OriginalTimeout)));