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 ()
public RecoverableErrorData RetrieveRecoverableErrorForItem ()
public function RetrieveRecoverableErrorForItem () : RecoverableErrorData
Return Value
The recoverable error that was reported when data for this item was loaded from the item store.
See Also
Reference
UserLoadChangeContext Class
UserLoadChangeContext Members
Microsoft.Synchronization Namespace