Partilhar via


Construtor ItemMetadataNotFoundException (SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe ItemMetadataNotFoundException usando dados serializados.

Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (em microsoft.synchronization.metadatastorage.dll)

Sintaxe

'Declaração
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Uso
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
)

Parâmetros

  • info
  • context
    O objeto StreamingContext que contém informações contextuais sobre a origem ou o destino.

Consulte também

Referência

Classe ItemMetadataNotFoundException
Membros ItemMetadataNotFoundException
Namespace Microsoft.Synchronization.MetadataStorage