Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the recoverable error that was reported when data for this item was loaded from the item store.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function RetrieveRecoverableErrorForItem As RecoverableErrorData
'Usage
Dim instance As UserLoadChangeContext
Dim returnValue As RecoverableErrorData
returnValue = instance.RetrieveRecoverableErrorForItem()
public RecoverableErrorData RetrieveRecoverableErrorForItem()
public:
RecoverableErrorData^ RetrieveRecoverableErrorForItem()
member RetrieveRecoverableErrorForItem : unit -> RecoverableErrorData
public function RetrieveRecoverableErrorForItem() : RecoverableErrorData
Return Value
Type: Microsoft.Synchronization.RecoverableErrorData
The recoverable error that was reported when data for this item was loaded from the item store.