Méthode ItemChangeSkippedEventArgs.GetRecoverableErrorDataForChangeUnit
Obtient des données supplémentaires relatives à l'erreur récupérable qui a fait que la modification d'unité de modification a été ignorée.
Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
Public Overridable Function GetRecoverableErrorDataForChangeUnit ( _
changeUnitChange As ChangeUnitChange _
) As RecoverableErrorData
'Utilisation
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
)
public RecoverableErrorData GetRecoverableErrorDataForChangeUnit (
ChangeUnitChange changeUnitChange
)
public function GetRecoverableErrorDataForChangeUnit (
changeUnitChange : ChangeUnitChange
) : RecoverableErrorData
Paramètres
- changeUnitChange
Modification d'unité de modification qui a été ignorée.
Valeur de retour
Données supplémentaires relatives à l'erreur récupérable qui a fait que la modification d'unité de modification a été ignorée. Peut être une Null.
Voir aussi
Référence
Classe ItemChangeSkippedEventArgs
Membres ItemChangeSkippedEventArgs
Espace de noms Microsoft.Synchronization