Controls the behavior of CQG API when a non-existent member of a collection is accessed.
The default value is True.
Read-write property
Visual Basic |
---|
Public Property CollectionsThrowException As Boolean |
If True an exception is thrown.
If False Nothing is returned.
See Accessing non-existent collection items for details.
See the usage of CollectionsThrowException property in the AccountChanged event's example section.