SynchronizationUpdateErrorInfoCollection.AddRange Method (SynchronizationUpdateErrorInfo )

 

Applies To: Windows Server Update Services

Adds an array of update error information to the end of the collection.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public void AddRange(
    SynchronizationUpdateErrorInfo[] value
)
public:
void AddRange(
    array<SynchronizationUpdateErrorInfo^>^ value
)
member AddRange : 
        value:SynchronizationUpdateErrorInfo[] -> unit
Public Sub AddRange (
    value As SynchronizationUpdateErrorInfo()
)

Parameters

Exceptions

Exception

Condition

ArgumentException

One or more elements of the array already exist in this collection.

ArgumentNullException

value or elements of the array cannot be null.

See Also

AddRange Overload
SynchronizationUpdateErrorInfoCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top