Click or drag to resize

QueryChangeEventArgsError Property

Returns the 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 Error { get; }

Property Value

Type: Exception
The error.
See Also