Returns the final error of current query.
Read-only property
Visual Basic |
---|
Public Property FinalError As CQGError |
Final error represented as CQGError object
If there is no error the value of this property remains Nothing.
See the usage of CQGOrdersQuery properties in the OnQueryProgress event's example section.