BCGSuite for MFC
virtual void CBCGPADOGridCtrl::OnADOException ( _com_error &  err)
inlinevirtual

Called by the library when an ADO exception has been thrown.

The library catches all ADO (COM) exceptions and calls OnADOException from the exception handler.

You can override this method in a derived class in order to perform custom error handling.

Parameters
erra reference to _com_error object caught by the library.