Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.