ItemChangeSkippedEventArgs::GetRecoverableErrorDataForChangeUnit Method

Gets additional data about the recoverable error that caused the change unit change to be skipped.

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

public:
virtual RecoverableErrorData^ GetRecoverableErrorDataForChangeUnit(
	ChangeUnitChange^ changeUnitChange
)

Parameters

changeUnitChange
Type: Microsoft.Synchronization::ChangeUnitChange
The change unit change that was skipped.

Return Value

Type: Microsoft.Synchronization::RecoverableErrorData
Additional data about the recoverable error that caused the change unit change to be skipped. Can be a nullptr.
Show: