ForgottenKnowledge-Konstruktor (SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der ForgottenKnowledge-Klasse mit serialisierten Daten.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.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 ForgottenKnowledge(info, context)
protected ForgottenKnowledge(
    SerializationInfo info,
    StreamingContext context
)
protected:
ForgottenKnowledge(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ForgottenKnowledge
protected function ForgottenKnowledge(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

info ist NULL.

SerializationException

Es konnte keine Daten aus info gelesen werden, oder das Datenformat konnte nicht bestimmt werden.

Siehe auch

Verweis

ForgottenKnowledge Klasse

ForgottenKnowledge-Member

ForgottenKnowledge-Überladung

Microsoft.Synchronization-Namespace