CookieCollection..::..CopyTo Method (array<Cookie>[]()[][], Int32)
Copies the elements of the collection to the specified array of Cookie,
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 | The number of elements in the collection is greater than the available space from index to the end of the destination array. |