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