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
object
Exception
CouchbaseException
CouchbaseLiteException
Implements
ISerializable
Inherited Members
CouchbaseException.Domain
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.ReferenceEquals(object, object)
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class CouchbaseLiteException : CouchbaseException, ISerializable

Properties

| Improve this Doc View Source

Error

Gets the error code as a CouchbaseLiteError

Declaration
public CouchbaseLiteError Error { get; }
Property Value
Type Description
CouchbaseLiteError

Implements

ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX