13 references to QuotaExceededException
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
268Exception inner = new QuotaExceededException(message);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
564_pendingException = FxTrace.Exception.AsError(new QuotaExceededException(SR.Format(SR.MaxReceivedMessageSizeExceeded, _maxBufferSize)));
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));
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
394throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QuotaExceededException(excMsg)); 464Exception inner = new QuotaExceededException(message); 659throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QuotaExceededException(excMsg));
System\ServiceModel\Channels\BufferManagerOutputStream.cs (1)
49return new QuotaExceededException(excMsg);
System\ServiceModel\Channels\MaxMessageSizeStream.cs (2)
87Exception inner = new QuotaExceededException(message); 100Exception inner = new QuotaExceededException(message);
System\ServiceModel\Channels\Message.cs (1)
2005Exception inner = new QuotaExceededException(message);
System\ServiceModel\Security\TimeBoundedCache.cs (1)
398Exception inner = new QuotaExceededException(message);