'Usage
Dim instance As _ExceptionCollection Dim index As Integer Dim value As Exception instance.Item(index) = value value = instance.Item(index)
[NotNull()] property Exception^ default [int] { Exception^ get(int index); void set (int index, Exception^ value); }
Parameters
- index
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).