MetadataStoreException Class

The base class for all metadata storage exceptions.

Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.MetadataStorage.MetadataStoreException
         Derived Classes

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

MetadataStoreException Members
Microsoft.Synchronization.MetadataStorage Namespace