다음을 통해 공유


SynchronizationUpdateErrorInfoCollection.Remove Method (SynchronizationUpdateErrorInfo)

 

Applies To: Windows Server Update Services

Removes the update error information from the collection.

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

Syntax

public void Remove(
    SynchronizationUpdateErrorInfo value
)
public:
void Remove(
    SynchronizationUpdateErrorInfo^ value
)
member Remove : 
        value:SynchronizationUpdateErrorInfo -> unit
Public Sub Remove (
    value As SynchronizationUpdateErrorInfo
)

Parameters

Exceptions

Exception

Condition

ArgumentException

The update error information does not exist in the collection.

ArgumentNullException

value cannot be null.

See Also

Remove Overload
SynchronizationUpdateErrorInfoCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top