Definition at line 1393 of file StringBuilder.cs.
1394 {
1397 {
1398 throw new ArgumentOutOfRangeException("index", SR.ArgumentOutOfRange_Index);
1399 }
1401 {
1403 {
1404 return this;
1405 }
1406 throw new ArgumentNullException("value", SR.ArgumentNull_String);
1407 }
1409 {
1410 throw new ArgumentOutOfRangeException("startIndex", SR.ArgumentOutOfRange_StartIndex);
1411 }
1413 {
1414 throw new ArgumentOutOfRangeException("charCount", SR.ArgumentOutOfRange_GenericPositive);
1415 }
1417 {
1418 throw new ArgumentOutOfRangeException("startIndex", SR.ArgumentOutOfRange_Index);
1419 }
1421 {
1423 {
1425 }
1426 }
1427 return this;
1428 }
References System.SR.ArgumentNull_String, System.SR.ArgumentOutOfRange_GenericPositive, System.SR.ArgumentOutOfRange_Index, System.SR.ArgumentOutOfRange_StartIndex, System.charCount, System.Runtime.Serialization.Dictionary, System.index, System.Insert, System.length, System.Text.StringBuilder.Length, System.startIndex, and System.value.