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
System.Object
System.Exception
CouchbaseException
CouchbaseNetworkException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
CouchbaseException.Domain
System.Exception.GetType()
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.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

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX