ForgottenKnowledge Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ForgottenKnowledge class by using serialized data.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

protected:
ForgottenKnowledge(
	SerializationInfo^ info, 
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo
Serialized object data for the forgotten knowledge.
context
Type: System.Runtime.Serialization::StreamingContext
Contextual information about the stream source or destination.

ExceptionCondition
ArgumentNullException

info is a nullptr.

SerializationException

Data could not be read from info or the data format could not be determined.

Show: