Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
When overridden in a derived class, 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)
Syntax
'Declaration
Public MustOverride Sub RecordRecoverableErrorForItem ( _
errorData As RecoverableErrorData _
)
'Usage
Dim instance As LoadChangeContext
Dim errorData As RecoverableErrorData
instance.RecordRecoverableErrorForItem(errorData)
public abstract void RecordRecoverableErrorForItem (
RecoverableErrorData errorData
)
public:
virtual void RecordRecoverableErrorForItem (
RecoverableErrorData^ errorData
) abstract
public abstract void RecordRecoverableErrorForItem (
RecoverableErrorData errorData
)
public abstract function RecordRecoverableErrorForItem (
errorData : RecoverableErrorData
)
Parameters
- errorData
Additional information about the error.
Remarks
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.
See Also
Reference
LoadChangeContext Class
LoadChangeContext Members
Microsoft.Synchronization Namespace