Returns the last data error which occurred in CQG API.
Read-only property
Visual Basic |
---|
Public Property LastError As CQGError |
Last error object represented as CQGError
While there is no error the value of this property remains Nothing.
When an error occurs in CQG API a DataError event is fired, passing the error object as argument.
See the usage of CQGEnvironment properties in the LineTimeChanged event's example section.