Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class PathExistsException

Inheritance
object
Exception
CouchbaseException
CouchbaseException<IKeyValueErrorContext>
KeyValueException
SubdocExceptionException
SubDocException
PathExistsException
Implements
ISerializable
Inherited Members
SubdocExceptionException.SubDocumentErrorIndex
SubdocExceptionException.SubDocumentStatus
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 PathExistsException : SubDocException, ISerializable

Constructors

View Source

PathExistsException()

Declaration
public PathExistsException()
View Source

PathExistsException(IErrorContext)

Declaration
public PathExistsException(IErrorContext context)
Parameters
Type Name Description
IErrorContext context

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.