Share via


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)

Syntax

'Declaration
Public Overridable Function GetRecoverableErrorDataForChangeUnit ( _
    changeUnitChange As ChangeUnitChange _
) As RecoverableErrorData
'Usage
Dim instance As ItemChangeSkippedEventArgs
Dim changeUnitChange As ChangeUnitChange
Dim returnValue As RecoverableErrorData

returnValue = instance.GetRecoverableErrorDataForChangeUnit(changeUnitChange)
public virtual RecoverableErrorData GetRecoverableErrorDataForChangeUnit(
    ChangeUnitChange changeUnitChange
)
public:
virtual RecoverableErrorData^ GetRecoverableErrorDataForChangeUnit(
    ChangeUnitChange^ changeUnitChange
)
abstract GetRecoverableErrorDataForChangeUnit : 
        changeUnitChange:ChangeUnitChange -> RecoverableErrorData 
override GetRecoverableErrorDataForChangeUnit : 
        changeUnitChange:ChangeUnitChange -> RecoverableErrorData 
public function GetRecoverableErrorDataForChangeUnit(
    changeUnitChange : ChangeUnitChange
) : RecoverableErrorData

Parameters

Return Value

Type: Microsoft.Synchronization.RecoverableErrorData
Additional data about the recoverable error that caused the change unit change to be skipped. Can be a null reference (Nothing in Visual Basic).

See Also

Reference

ItemChangeSkippedEventArgs Class

Microsoft.Synchronization Namespace