Show / Hide Table of Contents

Class CouchbaseNetworkException

An exception that is thrown when there is an abnormal network condition detected. This exception has a domain of CouchbaseLite

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

Properties

| Improve this Doc View Source

Error

Gets the error 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