CookieCollection::CopyTo Method (Array^, Int32)
Copies the elements of a CookieCollection to an instance of the Array class, starting at a particular index.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
System::Array^
The target Array to which the CookieCollection will be copied.
- index
-
Type:
System::Int32
The zero-based index in the target Array where copying begins.
Implements
ICollection::CopyTo(Array^, Int32)| 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 1.1
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0