FeedBuilder Constructor
Initializes a new instance of the FeedBuilder class that contains the specified FeedSync services object.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | feedSyncServices is nullptr. |
| SyncInvalidOperationException | feedSyncServices is not intialized, does not contain feed metadata, or a [Microsoft.Synchronization.FeedSync.FeedBuilder] has already been created for feedSyncServices. |
Show: