Partager via


ISubscriptionEvent.ErrorText Property

 

Applies To: Windows Server Update Services

Gets the exception text of the last synchronization failure.

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

Syntax

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

Property Value

Type: System.String

If WsusEventId equals SynchronizationCompletedFailure, the text contains the exception message and call stack associated with the failure; otherwise, the text is empty.

Remarks

The text appears in the language of the .NET Framework installation.

See Also

ISubscriptionEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top