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 additional data about the recoverable error that caused the item to be skipped.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemRecoverableErrorData As RecoverableErrorData
'Usage
Dim instance As ItemChangeSkippedEventArgs
Dim value As RecoverableErrorData
value = instance.ItemRecoverableErrorData
public RecoverableErrorData ItemRecoverableErrorData { get; }
public:
property RecoverableErrorData^ ItemRecoverableErrorData {
RecoverableErrorData^ get ();
}
/** @property */
public RecoverableErrorData get_ItemRecoverableErrorData ()
public function get ItemRecoverableErrorData () : RecoverableErrorData
Property Value
Additional data about the recoverable error that caused the item to be skipped.
See Also
Reference
ItemChangeSkippedEventArgs Class
ItemChangeSkippedEventArgs Members
Microsoft.Synchronization Namespace