Click or drag to resize

QueryCompletedEventArgsErrorInfo Property

The error, if any, that occured during the execution of the Query

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

Property Value

Type: Exception
The error info if any.
See Also