Share via


PeerDataSyncException Class

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

The base class for exceptions that are thrown during peer database synchronization.

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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.Data.Peer.PeerDataSyncException
         Microsoft.Synchronization.Data.Peer.PeerDataMetadataException
         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

PeerDataSyncException Members
Microsoft.Synchronization.Data.Peer Namespace