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: 2.0.0-b0033
Syntax
C#
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
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
See Also