Parameters
- genericData
- The new value for the specified element.
The value of this parameter can be
null
(Nothing
in Visual Basic). - index
- A 64-bit integer that represents the position of the array element to set.
The value of this parameter can be null
(Nothing
in Visual Basic).
The value of this parameter can be null
(Nothing
in Visual Basic).
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value of an argument is outside the allowable range of values as defined by the invoked method. This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |
System.IndexOutOfRangeException | An attempt was made to access an element of an array or collection with an index that was outside its bounds. This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |