Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULSyncProgressData class

FLAG_IS_BLOCKING field Next Page

ErrorMessage property


Returns the error message describing the error that occurred during synchronization.

Syntax

Visual Basic

Public Readonly Property ErrorMessage As String

C#

public string ErrorMessage {get;}

Property value

A string describing the error that occurred during synchronization.

See also