Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the exception text of the last synchronization failure.
public String ErrorText {get;}
Public ReadOnly Property ErrorText As String
Property Value
If ISubscriptionEvent.WsusEventId equals SynchronizationCompletedFailure, the text contains the exception message and call stack that are associated with the failure; otherwise, the text is empty.
Remarks
The text is localized in the language of the .NET Framework install.
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. |