Show / Hide Table of Contents

Class CouchbaseSQLiteException

An exception used to indicate a SQLite operation error. The possible errors are enumerated as SQLiteStatus for convenience. This class has a domain type of SQLite

Inheritance
object
Exception
CouchbaseException
CouchbaseSQLiteException
Implements
ISerializable
Inherited Members
CouchbaseException.Domain
CouchbaseException.Error
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 CouchbaseSQLiteException : CouchbaseException, ISerializable

Properties

| Improve this Doc View Source

BaseError

Gets the error as a SQLiteStatus

Declaration
public SQLiteStatus BaseError { get; }
Property Value
Type Description
SQLiteStatus

Implements

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