Sync.ErrorType Property

Returns a constant which indicates the type of the most recent document synchronization error.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property ErrorType As MsoSyncErrorType
    Get
'Usage
Dim instance As Sync
Dim value As MsoSyncErrorType

value = instance.ErrorType
MsoSyncErrorType ErrorType { get; }

Property Value

Type: Microsoft.Office.Core.MsoSyncErrorType

Remarks

Use the ErrorType property to determine the type of the most recent document synchronization error.

Not all document synchronization problems raise trappable run-time errors. After performing an operation using the Sync object, it's a good idea to check the Status property; if the Status property is msoSyncStatusError, check the ErrorType property for additional information on the type of error that has occurred.

See Also

Reference

Sync Interface

Sync Members

Microsoft.Office.Core Namespace