Click or drag to resize

QueryChangedEventArgsError Property

Gets the error that occurred, if any

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public Exception Error { get; }

Property Value

Type: Exception
See Also