IXFeedEvents::Error Method
Occurs when a feed event error occurs.
Syntax
HRESULT Error(VOID);
Return Value
Returns S_OK if successful, or E_NOTIMPL.
Remarks
The IXFeedEvents::Error and IXFeedFolderEvents::Error events are raised when something unexpected happens in the eventing subsystem, such as running out of memory. This event also executes when any of the event sink handlers return an HRESULT that is neither S_OK nor E_NOTIMPL. The application assumes all events were not received, and handles this case by running the same code as when it is launched.