Click or drag to resize

CouchbaseLiteException Class

The main class of exception used for indicating Couchbase Lite errors
Inheritance Hierarchy
SystemObject
  SystemException
    Couchbase.LiteCouchbaseLiteException

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[SerializableAttribute]
public class CouchbaseLiteException : Exception

The CouchbaseLiteException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCBLStatus
Gets the Status object holding the error code for this exception
Top
Methods
  NameDescription
Public methodGetCBLStatus Obsolete.
Gets the Status object holding the error code for this exception
Public methodGetObjectData (Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also