Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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