Share via


SynchronizationUpdateErrorInfo.SynchronizationUpdateErrorInfo(UpdateRevisionId, SynchronizationUpdateError, String)

Initialize a new instance of the SynchronizationUpdateErrorInfo class.

public SynchronizationUpdateErrorInfo(
  UpdateRevisionId updateId,
  SynchronizationUpdateError error,
  String errorText
);
Public Sub New( _
  ByVal updateId As UpdateRevisionId, _
  ByVal error As SynchronizationUpdateError, _
  ByVal errorText As String _
)

Parameters

  • updateId
    Identifier that identifies the failed update. For details, see UpdateRevisionId.
  • error
    Error that occurred while processing the update. For a list of possible errors, see SynchronizationUpdateError.
  • errorText
    String that contains the exception message and call stack if the error represents an exception that occurred while processing the update; otherwise, String.Empty.

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.