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 public Exception Error { get; }
Property Value
Type:
ExceptionThe error.
See Also