ItemChangeSkippedEventArgs::ItemRecoverableErrorData Property

Gets additional data about the recoverable error that caused the item to be skipped.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property RecoverableErrorData^ ItemRecoverableErrorData {
	RecoverableErrorData^ get ();
}

Property Value

Type: Microsoft.Synchronization::RecoverableErrorData
Additional data about the recoverable error that caused the item to be skipped.
Show: