UserLoadChangeContext::RecordRecoverableErrorForItem Method

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
) override

Parameters

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

ExceptionCondition
ArgumentNullException

errorData is a nullptr.

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: