Click or drag to resize

LiveQueryLastError Property

Returns the last error, if any, that occured while executing the Query, otherwise null.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Exception LastError { get; }

Property Value

Type: Exception
The last error.
See Also