NotifyError

This method is called whenever the ECLConnection object detects an error during event generation. The error object contains information about the error (see ECLErr Class). Events may continue to be generated after the error, depending on the nature of the error. If the event generation stops due to an error, the NotifyStop() function is called. An application can choose to implement this function or allow the ECLCommNotify base class to handle the error. The base class will display the error in a message box using the text supplied by the ECLErr::GetMsgText() function. If the application implements this function in its derived class, it will override the base class function.