CQG API 4.0 - Revised
CollectionsThrowException Property
See Also  Send Feedback
CQGAPIConfig Interface : CollectionsThrowException Property

Glossary Item Box

Description

Controls the behavior of CQG API when a non-existent member of a collection is accessed.

The default value is True.

Property type

Read-write property

Syntax

Visual Basic
Public Property CollectionsThrowException As Boolean

Return Type

If True an exception is thrown.

If False Nothing is returned.

Remarks

Example

See the usage of CollectionsThrowException property in the AccountChanged event's example section.

See Also