CQG API 4.0 - Revised
DataError Event
See Also  Send Feedback
cqg_error

Object where the error occurred.

Starting from CQG API v.3.0: CQGError object representing the current error.

error_description

Description of current error.

CQGDirectEventsAccessor Interface : DataError Event

Glossary Item Box

Description

Syntax

Visual Basic
Public Event DataError( _
   ByVal cqg_error As Object, _
   ByVal error_description As String _
)

Parameters

cqg_error

Object where the error occurred.

Starting from CQG API v.3.0: CQGError object representing the current error.

error_description

Description of current error.

See Also