10 references to SizeExceedsRemainingBufferSpace
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ConnectionUtilities.cs (1)
44
SRP.
SizeExceedsRemainingBufferSpace
, remainingBufferSpace)));
System.ServiceModel.Primitives (9)
Internals\System\Text\BinHexEncoding.cs (2)
71
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(charCount), SRP.Format(SRP.
SizeExceedsRemainingBufferSpace
, chars.Length - charIndex)));
137
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(byteCount), SRP.Format(SRP.
SizeExceedsRemainingBufferSpace
, bytes.Length - byteIndex)));
Internals\System\Xml\XmlMtomReader.cs (6)
1219
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(count), SRP.Format(SRP.
SizeExceedsRemainingBufferSpace
, buffer.Length - offset)));
1266
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(count), SRP.Format(SRP.
SizeExceedsRemainingBufferSpace
, buffer.Length - offset)));
1311
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(count), SRP.Format(SRP.
SizeExceedsRemainingBufferSpace
, buffer.Length - offset)));
1369
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(count), SRP.Format(SRP.
SizeExceedsRemainingBufferSpace
, chars.Length - offset)));
2194
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(count), SRP.Format(SRP.
SizeExceedsRemainingBufferSpace
, buffer.Length - offset)));
2932
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(count), SRP.Format(SRP.
SizeExceedsRemainingBufferSpace
, buffer.Length - offset)));
Internals\System\Xml\XmlMtomWriter.cs (1)
322
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(count), SRP.Format(SRP.
SizeExceedsRemainingBufferSpace
, buffer.Length - index)));