Show / Hide Table of Contents

Class CouchbasePosixException

An exception that is thrown when a POSIX error code is received during operation. This exception has a domain of POSIX. The Error values are dependent on the OS being run on. They are defined in , and

Inheritance
object
Exception
CouchbaseException
CouchbasePosixException
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 CouchbasePosixException : CouchbaseException, ISerializable

Implements

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