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-b0074
Syntax
C#
public class CouchbaseLiteException : Exception

The CouchbaseLiteException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCode
Directly gets the status code of the exception for fast access
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.)
Public propertyStatus
Gets the Status object holding the error code for this 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