CookieCollection::CopyTo Method (array<Cookie^>^, Int32)
Copies the elements of this CookieCollection to a Cookie array starting at the specified index of the target array.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
array<System.Net::Cookie^>^
The target Cookie array to which the CookieCollection will be copied.
- index
-
Type:
System::Int32
The zero-based index in the target Array where copying begins.
| Exception | Condition |
|---|---|
| ArgumentNullException | array is null. |
| ArgumentOutOfRangeException | index is less than zero. |
| ArgumentException | array is multidimensional. -or- The number of elements in this CookieCollection is greater than the available space from index to the end of the destination array. |
| InvalidCastException | The elements in this CookieCollection cannot be cast automatically to the type of the destination array. |
Available since 2.0