Parameters
- array
- The one-dimensional System.Array that is the destination of the options copied from option collection. The System.Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.
Exception | Description |
---|---|
System.ArgumentNullException | array is null. |
System.ArgumentOutOfRangeException | arrayIndex is less than 0. |
System.ArgumentException | The number of options in the source option collection is greater than the available space from arrayIndex to the end of the destination array. |