1 override of CreateQuotaExceededException
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\BufferManagerOutputStream.cs (1)
42
protected override Exception
CreateQuotaExceededException
(int maxSizeQuota)
3 references to CreateQuotaExceededException
System.ServiceModel.Primitives (3)
Internals\System\Runtime\BufferedOutputStream.cs (3)
269
throw Fx.Exception.AsError(
CreateQuotaExceededException
(_maxSizeQuota));
275
throw Fx.Exception.AsError(
CreateQuotaExceededException
(_maxSizeQuota));
309
throw Fx.Exception.AsError(
CreateQuotaExceededException
(_maxSize));