FrameworkVersionMismatchException Class

The exception that is thrown when the Sync Framework version for the simple provider does not match the Sync Framework version of the associated metadata store.

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

Syntax

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

Inheritance Hierarchy

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

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

FrameworkVersionMismatchException Members
Microsoft.Synchronization Namespace