Sync.ErrorType Property
In this article
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.