3 instantiations of QuotaExceededException
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\FramingDecoders.cs (3)
292
Exception inner = new
QuotaExceededException
(SR.FramingMaxMessageSizeExceeded);
305
Exception inner = new
QuotaExceededException
(SR.Format(SR.FramingContentTypeTooLongFault, contentType));
310
Exception 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)
666
catch (
QuotaExceededException
)