Show / Hide Table of Contents

Class CouchbaseLiteException

An exception that is thrown when a CouchbaseLiteError is detected. This class will always have the CouchbaseLite domain set.

Inheritance
System.Object
CouchbaseException
CouchbaseLiteException
Inherited Members
CouchbaseException.Domain
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class CouchbaseLiteException : CouchbaseException

Properties

| Improve this Doc View Source

Error

Gets the error code as a CouchbaseLiteError

Declaration
public CouchbaseLiteError Error { get; }
Property Value
Type Description
CouchbaseLiteError
  • Improve this Doc
  • View Source
Back to top Generated by DocFX