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 2.0 API Reference » ULSyncResult class

PartialDownloadRetained property Next Page

StreamErrorCode property


Returns the error reported by the stream itself.

Syntax

Visual Basic

Public Readonly Property StreamErrorCode As ULStreamErrorCode

C#

public ULStreamErrorCode StreamErrorCode { get;}

Property value

One of the ULStreamErrorCode values denoting the error reported by the stream itself, ULStreamErrorCode.NONE if no error occurred.

See also