Share via


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

  • errorText
    Type: System.String

    The 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