ItemChangeSkippedEventArgs::GetRecoverableErrorDataForChangeUnit Method
Gets additional data about the recoverable error that caused the change unit change to be skipped.
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::RecoverableErrorDataAdditional data about the recoverable error that caused the change unit change to be skipped. Can be a nullptr.
Show: