Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class KeyValueException

Inheritance
object
Exception
CouchbaseException
CouchbaseException<IKeyValueErrorContext>
KeyValueException
DeltaInvalidException
DocumentAlreadyAliveException
DocumentExistsException
DocumentLockedException
DocumentNotFoundException
DocumentNotJsonException
DocumentTooDeepException
DocumentUnretrievableException
DurabilityAmbiguousException
DurabilityImpossibleException
DurabilityLevelNotAvailableException
DurableWriteInProgressException
DurableWriteReCommitInProgressException
MutationLostException
NumberTooBigException
SendQueueFullException
ServerOutOfMemoryException
SocketNotAvailableException
SubdocExceptionException
ValueInvalidException
ValueNotJsonException
ValueToolargeException
XattrException
XattrInvalidFlagComboException
XattrInvalidKeyComboException
XattrInvalidOrderException
XattrUnknownMacroException
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 abstract class KeyValueException : CouchbaseException<IKeyValueErrorContext>, ISerializable

Constructors

View Source

KeyValueException()

Declaration
protected KeyValueException()
View Source

KeyValueException(IKeyValueErrorContext)

Declaration
protected KeyValueException(IKeyValueErrorContext context)
Parameters
Type Name Description
IKeyValueErrorContext context
View Source

KeyValueException(IErrorContext)

Declaration
protected KeyValueException(IErrorContext context)
Parameters
Type Name Description
IErrorContext context
View Source

KeyValueException(string)

Declaration
protected KeyValueException(string message)
Parameters
Type Name Description
string message
View Source

KeyValueException(string, Exception?)

Declaration
protected KeyValueException(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.