'Usage Dim instance As TdErrorCollection Dim index As Integer Dim value As TdError value = instance.Item(index)
Parameters
- index
- Zero-based index of the error.
'Usage Dim instance As TdErrorCollection Dim index As Integer Dim value As TdError value = instance.Item(index)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is less than zero or index is equal to or greater than TdErrorCollection.Count. |
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |