Definition at line 975 of file String.cs.
976 {
978 {
979 throw new ArgumentOutOfRangeException("length", SR.ArgumentOutOfRange_NegativeLength);
980 }
982 {
983 throw new ArgumentOutOfRangeException("startIndex", SR.ArgumentOutOfRange_StartIndex);
984 }
987 {
988 throw new ArgumentOutOfRangeException("startIndex", SR.ArgumentOutOfRange_PartialWCHAR);
989 }
991 {
993 }
995 {
996 throw new ArgumentOutOfRangeException("ptr", SR.ArgumentOutOfRange_PartialWCHAR);
997 }
1002 }
static readonly string Empty
static string FastAllocateString(int length)
References System.SR.ArgumentOutOfRange_NegativeLength, System.SR.ArgumentOutOfRange_PartialWCHAR, System.SR.ArgumentOutOfRange_StartIndex, System.String.Empty, System.String.FastAllocateString(), System.length, System.Buffer.Memmove(), System.startIndex, and System.text.