ProviderVersionMismatchException-Klasse
Die Ausnahme, die ausgelöst wird, wenn die von GetProviderVersion zurückgegebene Version des einfachen Anbieters nicht mit der von GetProviderVersion zurückgegebenen Anbieterversion des zugeordneten Metadatenspeichers übereinstimmt.
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
Vererbungshierarchie
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.SimpleProvidersException
Microsoft.Synchronization.ProviderVersionMismatchException
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
ProviderVersionMismatchException-Member
Microsoft.Synchronization-Namespace