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