MetadataStoreVersion2RequiredException Class

The exception that is thrown when a provider attempts to access a metadata store that was created in Sync Framework 1.0.

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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
       Microsoft.Synchronization.SimpleProvidersException
        Microsoft.Synchronization.MetadataStoreVersion2RequiredException

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

MetadataStoreVersion2RequiredException Members
Microsoft.Synchronization Namespace