Returns the last error that occurred in this order.
Read-only property
Visual Basic |
---|
Public Property LastError As CQGError |
The last error represented as CQGError object.
While there is no error the value of this property remains Nothing.
See the usage of CQGOrder properties in the OrderChanged event's example section.