3 references to GetTimeoutException
System.ServiceModel (3)
System\ServiceModel\Channels\WebSocketHelper.cs (2)
263TimeoutException timeoutException = GetTimeoutException(exception, timeout, operation); 333throw FxTrace.Exception.AsError(GetTimeoutException(null, timeout, operation));
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
594throw FxTrace.Exception.AsError(WebSocketHelper.GetTimeoutException(null, this.asyncReceiveTimeout, WebSocketHelper.ReceiveOperation));