Share via


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)

Syntax

'Declaration
Public ReadOnly Property ItemRecoverableErrorData As RecoverableErrorData
    Get
'Usage
Dim instance As ItemChangeSkippedEventArgs
Dim value As RecoverableErrorData

value = instance.ItemRecoverableErrorData
public RecoverableErrorData ItemRecoverableErrorData { get; }
public:
property RecoverableErrorData^ ItemRecoverableErrorData {
    RecoverableErrorData^ get ();
}
member ItemRecoverableErrorData : RecoverableErrorData
function get ItemRecoverableErrorData () : RecoverableErrorData

Property Value

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

See Also

Reference

ItemChangeSkippedEventArgs Class

Microsoft.Synchronization Namespace