DrawingStyleCollectionCopyTo Method |
Namespace: Cadcorp.Configuration
| Exception | Condition |
|---|---|
| ArgumentNullException | array is null. |
| ArgumentOutOfRangeException | index is less than zero. |
| ArgumentException | array is multidimensional.-or- The number of elements in the source StringCollection is greater than the available space from index to the end of the destination array. |
| InvalidCastException | The type of the source DrawingStyleCollection cannot be cast automatically to the type of the destination array. |