2 references to ServerTooBusyException
System.ServiceModel (2)
System\ServiceModel\Channels\FaultConverter.cs (1)
189
exception = new
ServerTooBusyException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3246
return new
ServerTooBusyException
(reason);