Mono Class Library: System.String Overview | MembersSystem.String Constructor |
Constructs and initializes a new instance of string using an array of Unicode characters, the index within array at which to start copying characters, and the number of characters to be copied. [Edit]
|
Type Reason ArgumentNullException value is a null reference. [Edit] ArgumentOutOfRangeException startIndex or length is less than zero.
-or-
The sum of startIndex and length is greater than the number of elements in value .
[Edit]
This constructor copies the sequence Unicode characters found at value between indexes startIndex and startIndex + length - 1. [Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0