1 reference to ArgumentOutOfRange_StartIndex
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
1171throw new ArgumentOutOfRangeException(nameof(startIndex), startIndex < 0 ? SR.ArgumentOutOfRange_StartIndex : SR.ArgumentOutOfRange_StartIndexLargerThanLength);