CookieCollection..::..CopyTo Method (Array, Int32)
Copies the elements of the collection to the specified Array, starting at
the specified index in the array.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | array is nullNothingnullptra null reference (Nothing in Visual Basic). |
ArgumentOutOfRangeException | index is less than zero. |
ArgumentException | array is multidimensional. -or- The number of elements in the collection is greater than the available space from index to the end of the destination array. |
InvalidCastException | The elements in the collection cannot be cast automatically to the type of the destination array. |