ItemMetadataNotFoundException-Konstruktor (SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der ItemMetadataNotFoundException-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 ItemMetadataNotFoundException(info, context)
protected ItemMetadataNotFoundException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ItemMetadataNotFoundException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ItemMetadataNotFoundException
protected function ItemMetadataNotFoundException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameter

Siehe auch

Verweis

ItemMetadataNotFoundException Klasse

ItemMetadataNotFoundException-Member

ItemMetadataNotFoundException-Überladung

Microsoft.Synchronization.MetadataStorage-Namespace