Share via


PeerDataMetadataException 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 while creating or reading table metadata.

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

Syntax

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

Inheritance Hierarchy

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

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

PeerDataMetadataException Members
Microsoft.Synchronization.Data.Peer Namespace