SyncKnowledge Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the SyncKnowledge class by using serialized data.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- info
- Type: System.Runtime.Serialization::SerializationInfo
The SerializationInfo object that holds the serialized object data.
- context
- Type: System.Runtime.Serialization::StreamingContext
The StreamingContext object that contains contextual information about the source or destination.
| Exception | Condition |
|---|---|
| ArgumentNullException | info is a nullptr. |
| SerializationException | Data could not be read from info or its format could not be determined. |
Show: