MetadataStorageEngineException Class

The exception that is thrown when an operation on the metadata storage engine fails.

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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
       Microsoft.Synchronization.MetadataStorage.MetadataStoreException
        Microsoft.Synchronization.MetadataStorage.MetadataStorageEngineException

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

MetadataStorageEngineException Members
Microsoft.Synchronization.MetadataStorage Namespace