13 instantiations of 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);
9 references to QuotaExceededException
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
666catch (QuotaExceededException)
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
683if (exception is QuotaExceededException)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
879if (exception is QuotaExceededException)
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
181catch (QuotaExceededException)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
211if (exception is QuotaExceededException)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
220if (exception is QuotaExceededException)
System\ServiceModel\ProtocolException.cs (2)
32catch (QuotaExceededException) 56catch (QuotaExceededException)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
633|| e is QuotaExceededException