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