TextRange(Int32, Int32)
Constructor
Description:
Constructs a TextRange with input start and length.
Constructs a TextRange with input start and length.
Remarks:
The input value for start as well as length should not be negative.
The input value for start as well as length should not be negative.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The given value for start is negative. -or- The given value for length is negative. |