ISynchronizationInfo.ErrorText Property
Applies To: Windows Server Update Services
Gets the 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 Result is Failed, the text contains the exception message and call stack associated with the failure; otherwise, the text is empty.
Remarks
The text is localized in the language of the .NET Framework install.
See Also
ISynchronizationInfo Interface
Microsoft.UpdateServices.Administration Namespace
Return to top