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