Show / Hide Table of Contents

Class CouchbaseException

An exception representing one of the types of exceptions that can occur during Couchbase use

Inheritance
object
Exception
CouchbaseException
CouchbaseFleeceException
CouchbaseLiteException
CouchbaseNetworkException
CouchbasePosixException
CouchbaseSQLiteException
CouchbaseWebsocketException
Implements
ISerializable
Inherited Members
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
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public abstract class CouchbaseException : Exception, ISerializable

Properties

| Improve this Doc View Source

Domain

Gets the domain of the error that happened (which indicates which subclass this exception will be)

Declaration
public CouchbaseLiteErrorType Domain { get; }
Property Value
Type Description
CouchbaseLiteErrorType
| Improve this Doc View Source

Error

Gets the raw error code as an integer

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

Implements

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