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