SyncKnowledge::Combine Method
Combines the specified knowledge with the current knowledge.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | knowledge is not a valid value. |
| ArgumentNullException | knowledge is a nullptr. |
| InvalidKnowledgeVersionException | The CompatibilityLevel property is less than SyncFrameworkVersion2. |
| InvalidOperationException | This SyncKnowledge object is not initialized. |
Show: