14 instantiations of QuotaExceededException
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
404
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
QuotaExceededException
(excMsg));
474
Exception inner = new
QuotaExceededException
(message);
669
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
QuotaExceededException
(excMsg));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferManagerOutputStream.cs (1)
48
return new
QuotaExceededException
(excMsg);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (3)
283
Exception inner = new
QuotaExceededException
(SRServiceModel.FramingMaxMessageSizeExceeded);
296
Exception inner = new
QuotaExceededException
(string.Format(SRServiceModel.FramingContentTypeTooLongFault, contentType));
301
Exception inner = new
QuotaExceededException
(string.Format(SRServiceModel.FramingViaTooLongFault, via));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
254
Exception inner = new
QuotaExceededException
(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MaxMessageSizeStream.cs (2)
67
Exception inner = new
QuotaExceededException
(message);
80
Exception inner = new
QuotaExceededException
(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1833
Exception inner = new
QuotaExceededException
(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
592
_pendingException = FxTrace.Exception.AsError(new
QuotaExceededException
(string.Format(SRServiceModel.MaxReceivedMessageSizeExceeded, _maxBufferSize)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
444
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
QuotaExceededException
(string.Format(SRServiceModel.BufferQuotaExceededReadingBase64, maxBufferSize)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (1)
411
Exception inner = new
QuotaExceededException
(message);
2 references to QuotaExceededException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ProtocolException.cs (2)
27
catch (
QuotaExceededException
)
51
catch (
QuotaExceededException
)