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