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)
'Declaration Public Sub CopyTo ( _ array As Array, _ index As Integer _ ) 'Usage Dim instance As CookieCollection Dim array As Array Dim index As Integer instance.CopyTo(array, index)
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 Nothing. |
| 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. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.