SynchronizationUpdateErrorInfo Class

 

Applies To: Windows Server Update Services

Use this class to determine why an update failed. To get this class, call Item or enumerate through the SynchronizationUpdateErrorInfoCollection.

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

Inheritance Hierarchy

System.Object
  Microsoft.UpdateServices.Administration.SynchronizationUpdateErrorInfo

Syntax

[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("AA1A392E-684C-4BE7-A80D-90B9FE176B11")]
[ComVisibleAttribute(true)]
public class SynchronizationUpdateErrorInfo
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("AA1A392E-684C-4BE7-A80D-90B9FE176B11")]
[ComVisibleAttribute(true)]
public ref class SynchronizationUpdateErrorInfo 
[<SerializableAttribute>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("AA1A392E-684C-4BE7-A80D-90B9FE176B11")>]
[<ComVisibleAttribute(true)>]
type SynchronizationUpdateErrorInfo = class end
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("AA1A392E-684C-4BE7-A80D-90B9FE176B11")>
<ComVisibleAttribute(True)>
Public Class SynchronizationUpdateErrorInfo

Constructors

Name Description
System_CAPS_pubmethod SynchronizationUpdateErrorInfo(UpdateRevisionId, SynchronizationUpdateError, String)

Initialize a new instance of the SynchronizationUpdateErrorInfo class.

Properties

Name Description
System_CAPS_pubproperty Error

The error that occurred while processing the update.

System_CAPS_pubproperty ErrorText

The description of the error that occurred while processing the update.

System_CAPS_pubproperty UpdateId

The GUID of the failed update.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether this instance is the same as the given instance of SynchronizationUpdateErrorInfo.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets the hash code for this instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top