4 references to ArgumentOutOfRange_StreamPosition
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\ReadOnlyMemoryStream.cs (2)
67
throw new ArgumentOutOfRangeException(nameof(value), SR.Format(SR.
ArgumentOutOfRange_StreamPosition
, int.MaxValue));
169
throw new ArgumentOutOfRangeException(nameof(offset), SR.Format(SR.
ArgumentOutOfRange_StreamPosition
, int.MaxValue));
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\WritableMemoryStream.cs (2)
69
throw new ArgumentOutOfRangeException(nameof(value), SR.Format(SR.
ArgumentOutOfRange_StreamPosition
, int.MaxValue));
171
throw new ArgumentOutOfRangeException(nameof(offset), SR.Format(SR.
ArgumentOutOfRange_StreamPosition
, int.MaxValue));