4 references to CreateOverCapacityException
System.Net.Http (4)
System\Net\Http\HttpContent.cs (4)
627
error =
CreateOverCapacityException
(maxBufferSize);
805
/// <summary><see cref="_totalLength"/> may not exceed this limit, or we'll throw a <see cref="
CreateOverCapacityException
"/>.</summary>
825
throw
CreateOverCapacityException
(maxBufferSize);
915
throw
CreateOverCapacityException
(_maxBufferSize);