3 instantiations of ServerTooBusyException
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (1)
188
exception = new
ServerTooBusyException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (1)
306
return new
ServerTooBusyException
(string.Format(SRServiceModel.ServerTooBusy, via));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
328
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ServerTooBusyException
(string.Format(SRServiceModel.HttpServerTooBusy, _httpRequestMessage.RequestUri.AbsoluteUri)));