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
value
Type: Microsoft.UpdateServices.Administration.SynchronizationUpdateErrorInfoAn SynchronizationUpdateErrorInfo of the update error information to remove.
Exceptions
Exception
Condition
The update error information does not exist in the collection.
value cannot be null.
See Also
Remove Overload
SynchronizationUpdateErrorInfoCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top