Share via


SyncPeerOutdatedException Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The exception that is thrown for errors that occur when trying to synchronize a peer that has outdated metadata.

Namespace: Microsoft.Synchronization.Data.Peer
Assembly: Microsoft.Synchronization.Data.Peer (in microsoft.synchronization.data.peer.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncPeerOutdatedException
    Inherits PeerDataSyncException
'Usage
Dim instance As SyncPeerOutdatedException
[SerializableAttribute] 
public class SyncPeerOutdatedException : PeerDataSyncException
[SerializableAttribute] 
public ref class SyncPeerOutdatedException : public PeerDataSyncException
/** @attribute SerializableAttribute() */ 
public class SyncPeerOutdatedException extends PeerDataSyncException
SerializableAttribute 
public class SyncPeerOutdatedException extends PeerDataSyncException

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
       Microsoft.Synchronization.Data.Peer.PeerDataSyncException
        Microsoft.Synchronization.Data.Peer.SyncPeerOutdatedException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SyncPeerOutdatedException Members
Microsoft.Synchronization.Data.Peer Namespace