5 instantiations of 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 (3)
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);
System\ServiceModel\Security\SecurityUtils.cs (1)
976
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ServerTooBusyException
(SRP.Format(SRP.SecurityServerTooBusy, target), faultException));