Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initialisiert eine neue Instanz der VersionNotSupportedException-Klasse unter Verwendung serialisierter Daten.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New VersionNotSupportedException(info, context)
protected VersionNotSupportedException (
SerializationInfo info,
StreamingContext context
)
protected:
VersionNotSupportedException (
SerializationInfo^ info,
StreamingContext context
)
protected VersionNotSupportedException (
SerializationInfo info,
StreamingContext context
)
protected function VersionNotSupportedException (
info : SerializationInfo,
context : StreamingContext
)
Parameter
- info
Das SerializationInfo-Objekt, das die serialisierten Objektdaten für die ausgelöste Ausnahme enthält.
- context
Das StreamingContext-Objekt, das Kontextinformationen über die Quelle oder das Ziel enthält.
Siehe auch
Verweis
VersionNotSupportedException-Klasse
VersionNotSupportedException-Member
Microsoft.Synchronization.MetadataStorage-Namespace