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