SynchronizationUpdateErrorInfo Constructor (UpdateRevisionId, SynchronizationUpdateError, String)
Applies To: Windows Server Update Services
Initialize a new instance of the SynchronizationUpdateErrorInfo class.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public SynchronizationUpdateErrorInfo(
UpdateRevisionId updateId,
SynchronizationUpdateError error,
string errorText
)
public:
SynchronizationUpdateErrorInfo(
UpdateRevisionId^ updateId,
SynchronizationUpdateError error,
String^ errorText
)
new :
updateId:UpdateRevisionId *
error:SynchronizationUpdateError *
errorText:string -> SynchronizationUpdateErrorInfo
Public Sub New (
updateId As UpdateRevisionId,
error As SynchronizationUpdateError,
errorText As String
)
Parameters
updateId
Type: Microsoft.UpdateServices.Administration.UpdateRevisionIdThe GUID of the failed update. For details, see UpdateRevisionId.
error
Type: Microsoft.UpdateServices.Administration.SynchronizationUpdateErrorThe error that occurred while processing the update. For a list of possible errors, see SynchronizationUpdateError.
errorText
Type: System.StringThe exception message and call stack if the error represents an exception that occurred while processing the update; otherwise an empty string.
See Also
SynchronizationUpdateErrorInfo Class
Microsoft.UpdateServices.Administration Namespace
Return to top