MatchCollectionCopyTo Method |
Namespace: System.Text.RegularExpressions
public void CopyTo( Array array, int index )
[Missing <param name="index"/> documentation for "M:System.Text.RegularExpressions.MatchCollection.CopyTo(System.Array,System.Int32)"]
Exception | Condition |
---|---|
ArgumentException | array is a multi-dimensional array. |
IndexOutOfRangeException | arrayIndex is outside the bounds of array.-or-arrayIndex plus Count is outside the bounds of array. |