4 references to ServerTooBusyException
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
353
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ServerTooBusyException
(SR.Format(SR.HttpServerTooBusy, _httpRequestMessage.RequestUri.AbsoluteUri)));
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\FramingDecoders.cs (1)
315
return new
ServerTooBusyException
(SR.Format(SR.ServerTooBusy, via));
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\FaultConverter.cs (1)
189
exception = new
ServerTooBusyException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1851
return new
ServerTooBusyException
(reason);