5 references to TaskTimedOutError
System.ServiceModel.Http (4)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (4)
130
throw Fx.Exception.AsError(new TimeoutException(InternalSR.
TaskTimedOutError
(timeout)));
1043
throw Fx.Exception.AsError(new TimeoutException(InternalSR.
TaskTimedOutError
(new TimeSpan(ReadTimeout))));
1123
throw Fx.Exception.AsError(new TimeoutException(InternalSR.
TaskTimedOutError
(new TimeSpan(WriteTimeout))));
1198
new TimeoutException(InternalSR.
TaskTimedOutError
(timeoutHelper.OriginalTimeout)));
System.ServiceModel.Primitives (1)
Internals\System\Runtime\TaskHelpers.cs (1)
345
throw Fx.Exception.AsError(new TimeoutException(InternalSR.
TaskTimedOutError
(timeout)));