3 references to 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));