3 instantiations of QuotaExceededException
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\FramingDecoders.cs (3)
292Exception inner = new QuotaExceededException(SR.FramingMaxMessageSizeExceeded); 305Exception inner = new QuotaExceededException(SR.Format(SR.FramingContentTypeTooLongFault, contentType)); 310Exception inner = new QuotaExceededException(SR.Format(SR.FramingViaTooLongFault, via));
2 references to QuotaExceededException
System.ServiceModel (1)
netstandard.cs (1)
203[assembly: TypeForwardedTo(typeof(QuotaExceededException))]
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
666catch (QuotaExceededException)