SynchronizationUpdateErrorInfoCollection.AddRange Method (SynchronizationUpdateErrorInfoCollection)
Applies To: Windows Server Update Services
Adds the members of an update error information collection to the end of the collection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public void AddRange(
SynchronizationUpdateErrorInfoCollection value
)
public:
void AddRange(
SynchronizationUpdateErrorInfoCollection^ value
)
member AddRange :
value:SynchronizationUpdateErrorInfoCollection -> unit
Public Sub AddRange (
value As SynchronizationUpdateErrorInfoCollection
)
Parameters
value
Type: Microsoft.UpdateServices.Administration.SynchronizationUpdateErrorInfoCollectionA SynchronizationUpdateErrorInfoCollection collection of update error information to add.
Exceptions
Exception
Condition
One or more members of the collection to add already exist in this collection.
value cannot be null.
See Also
AddRange Overload
SynchronizationUpdateErrorInfoCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top