Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class DocumentAlreadyAliveException

Inheritance
object
Exception
CouchbaseException
CouchbaseException<IKeyValueErrorContext>
KeyValueException
DocumentAlreadyAliveException
Implements
ISerializable
Inherited Members
CouchbaseException<IKeyValueErrorContext>.Context
CouchbaseException.ToString()
Exception.GetBaseException()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Core.Exceptions.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
public class DocumentAlreadyAliveException : KeyValueException, ISerializable

Constructors

View Source

DocumentAlreadyAliveException()

Declaration
public DocumentAlreadyAliveException()
View Source

DocumentAlreadyAliveException(IKeyValueErrorContext)

Declaration
public DocumentAlreadyAliveException(IKeyValueErrorContext context)
Parameters
Type Name Description
IKeyValueErrorContext context
View Source

DocumentAlreadyAliveException(IErrorContext)

Declaration
public DocumentAlreadyAliveException(IErrorContext context)
Parameters
Type Name Description
IErrorContext context
View Source

DocumentAlreadyAliveException(string)

Declaration
public DocumentAlreadyAliveException(string message)
Parameters
Type Name Description
string message
View Source

DocumentAlreadyAliveException(string, Exception)

Declaration
public DocumentAlreadyAliveException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable

Extension Methods

ExceptionExtensions.ResolveRetryReason(CouchbaseException)
ErrorClassExtensions.Classify(Exception)
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.