Share via


ISynchronizationInfo.ErrorText

Retrieves the exception text of the last synchronization failure.

public String ErrorText {get;}
Public ReadOnly Property ErrorText As String

Property Value

If ISynchronizationInfo.Result is SynchronizationResult.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.

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.

See Also

ISynchronizationInfo.Error