Parameters
- array
- One-dimensional array into which the elements from ICollection are copied; the array indexing must be zero-based.
- index
- Zero-based index in the array at which to paste the styles
Exception | Description |
---|---|
System.ArgumentNullException | No array specified, or specified array is null (Nothing) |
System.ArgumentException | Specified array is invalid; must have a rank of one |
System.ArgumentException | Specified array is invalid; must have sufficient length |
System.IndexOutOfRangeException | Specified index is out of range; must be greater than zero |