LoadChangeContext::RecordRecoverableErrorForItem Method

When overridden in a derived class, indicates that a recoverable error occurred when data for this item was loaded from the item store.

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

public:
virtual void RecordRecoverableErrorForItem(
	RecoverableErrorData^ errorData
) abstract

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: