9 references to QuotaExceededException
System.ServiceModel (9)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
500
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
QuotaExceededException
(excMsg));
570
Exception inner = new
QuotaExceededException
(message);
774
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
QuotaExceededException
(excMsg));
System\ServiceModel\Channels\BufferManagerOutputStream.cs (1)
51
return new
QuotaExceededException
(excMsg);
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
147
Exception inner = new
QuotaExceededException
(message);
System\ServiceModel\Channels\MaxMessageSizeStream.cs (2)
70
Exception inner = new
QuotaExceededException
(message);
83
Exception inner = new
QuotaExceededException
(message);
System\ServiceModel\Channels\Message.cs (1)
1901
Exception inner = new
QuotaExceededException
(message);
System\ServiceModel\Security\TimeBoundedCache.cs (1)
415
Exception inner = new
QuotaExceededException
(message);