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