ProviderVersionMismatchException Class

The exception that is thrown when the version of the simple provider returned by GetProviderVersion does not match the provider version of the associated metadata store returned by GetProviderVersion.

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

Syntax

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

Inheritance Hierarchy

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

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

ProviderVersionMismatchException Members
Microsoft.Synchronization Namespace