SynchronizationUpdateErrorInfo

Use this class to determine why an update failed.

To retrieve this class, call SynchronizationUpdateErrorInfoCollection.Item or enumerate through the SynchronizationUpdateErrorInfoCollection collection.

The SynchronizationUpdateErrorInfo class is derived from the System.Object class.

Public Constructors

The SynchronizationUpdateErrorInfo class has the following public constructor.

Constructor Description
SynchronizationUpdateErrorInfo(UpdateRevisionId, SynchronizationUpdateError, String)

Initializes a new instance of the SynchronizationUpdateErrorInfo class.

Public Methods

The SynchronizationUpdateErrorInfo class has the following public methods.

Method Description
Equals(Object)

Determines if the specified Object is equal to the current Object.

Equals(Object, Object)

Static (Shared). Determines whether the specified Object instances are considered equal.

GetHashCode()

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

GetType()

Gets the Type of the current instance.

ReferenceEquals(Object, Object)

Static (Shared). Determines if the specified Object instances are the same instance.

ToString()

Retrieves a String that represents the current Object.

Public Properties

The SynchronizationUpdateErrorInfo class has the following public properties.

Property Description
Error

Error that occurred while processing the update.

ErrorText

Description of the error that occurred while processing the update.

UpdateId

Identifier that identifies the failed update.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.