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