Sync.ErrorType Property

Definition

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

public:
 property Microsoft::Office::Core::MsoSyncErrorType ErrorType { Microsoft::Office::Core::MsoSyncErrorType get(); };
public Microsoft.Office.Core.MsoSyncErrorType ErrorType { get; }
member this.ErrorType : Microsoft.Office.Core.MsoSyncErrorType
Public ReadOnly Property ErrorType As MsoSyncErrorType

Property Value

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.

Applies to