CQG API 4.0 - Revised
CQGError Interface
See Also  Members  Send Feedback

Glossary Item Box

Description

The CQGError interface encapsulates the possible errors which may arise in CQG API.

Object Model

CQGError Interface

 

Remarks

When an error occurs during CQG API work, the user will be notified about it via DataError event.

The last occurred error will be available from CQGEnvironment.LastError.

For a list of error codes defined in CQG API see the Error Codes table.

Example

See the usage of CQGError object in the OnQueryProgress event's example section.

Example

See Also