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 | |
---|---|---|
SynchronizationUpdateErrorInfo(UpdateRevisionId, SynchronizationUpdateError, String) | Initialize a new instance of the SynchronizationUpdateErrorInfo class. |
Properties
Name | Description | |
---|---|---|
Error | The error that occurred while processing the update. |
|
ErrorText | The description of the error that occurred while processing the update. |
|
UpdateId | The GUID of the failed update. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this instance is the same as the given instance of SynchronizationUpdateErrorInfo.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Gets the hash code for this instance.(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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