ItemFieldDictionary Constructor (IEnumerable<ItemField>)
Initializes a new instance of the ItemFieldDictionary class that contains a collection of ItemField objects.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | itemFields is nullptr. |
| ArgumentOutOfRangeException | itemFields contains nullptr. |
Show: