Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Indicates that a recoverable error occurred when data for this item was saved to the item store.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Sub RecordRecoverableErrorForItem ( _
errorData As RecoverableErrorData _
)
'Usage
Dim instance As SaveChangeContext
Dim errorData As RecoverableErrorData
instance.RecordRecoverableErrorForItem(errorData)
public void RecordRecoverableErrorForItem(
RecoverableErrorData errorData
)
public:
void RecordRecoverableErrorForItem(
RecoverableErrorData^ errorData
)
member RecordRecoverableErrorForItem :
errorData:RecoverableErrorData -> unit
public function RecordRecoverableErrorForItem(
errorData : RecoverableErrorData
)
Parameters
- errorData
Type: Microsoft.Synchronization.RecoverableErrorData
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.