Freigeben über


FrameworkVersionMismatchException-Klasse

Die Ausnahme, die ausgelöst wird, wenn die Sync Framework-Version für den einfachen Anbieter nicht mit der Sync Framework-Version des zugeordneten Metadatenspeichers übereinstimmt.

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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

FrameworkVersionMismatchException-Member
Microsoft.Synchronization-Namespace