SynchronizationUpdateErrorInfo.ErrorText Property

 

Applies To: Windows Server Update Services

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

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

Syntax

public string ErrorText { get; }
public:
property String^ ErrorText {
    String^ get();
}
member ErrorText : string with get
Public ReadOnly Property ErrorText As String

Property Value

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.

Remarks

The text is localized in the language of the .NET Framework install.

See Also

SynchronizationUpdateErrorInfo Class
Microsoft.UpdateServices.Administration Namespace

Return to top