2 instantiations of ServerTooBusyException
System.ServiceModel.Federation (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
24throw new ServerTooBusyException(SR.Format(SR.SecurityServerTooBusy, target), faultException);
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\FramingDecoders.cs (1)
315return new ServerTooBusyException(SR.Format(SR.ServerTooBusy, via));
1 reference to ServerTooBusyException
System.ServiceModel (1)
netstandard.cs (1)
232[assembly: TypeForwardedTo(typeof(ServerTooBusyException))]