Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ItemMetadataNotFoundException class by using serialized data.
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
)
protected ItemMetadataNotFoundException (
    SerializationInfo info, 
    StreamingContext context
)
protected function ItemMetadataNotFoundException (
    info : SerializationInfo, 
    context : StreamingContext
)
Parameters
- info
- context
 The StreamingContext object that contains contextual information about the source or destination.
See Also
Reference
ItemMetadataNotFoundException Class
ItemMetadataNotFoundException Members
Microsoft.Synchronization.MetadataStorage Namespace