Click or drag to resize

CouchbaseLiteExceptionGetCBLStatus Method

Note: This API is now obsolete.

Gets the Status object holding the error code for this exception

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the CBLStatus property instead")]
public Status GetCBLStatus()

Return Value

Type: Status
the Status object holding the error code for this exception
See Also