ISaveChangeWithChangeUnitsContext::SetRecoverableErrorOnChangeUnit
Indicates that a recoverable error occurred when data for this change unit was saved to the item store.
When this method is called, an IChangeUnitException object is added to the learned knowledge. The change unit change will not be enumerated again for the duration of the synchronization session.
Note |
|---|
If an error occurs when a new change with change units is being saved, and the error involves all change units, ISaveChangeContext::SetRecoverableErrorOnChange must be called. |
This method updates the knowledge for the synchronization scope. After this method is called, call ISaveChangeContext::GetKnowledgeForScope to retrieve the updated knowledge.
Show:
Note