SaveChangeContext::RecordRecoverableErrorForItem Method

Indicates that a recoverable error occurred when data for this item was saved to the item store.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
void RecordRecoverableErrorForItem(
	RecoverableErrorData^ errorData
)

Parameters

errorData
Type: Microsoft.Synchronization::RecoverableErrorData
Additional information about the error.

When this method is called, an ItemOverride object is added to the learned knowledge, and the item change will not be enumerated again for the duration of the synchronization session.

Show: