'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. |
Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2