Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class DocumentUnretrievableException

Inheritance
object
Exception
CouchbaseException
CouchbaseException<IKeyValueErrorContext>
KeyValueException
DocumentUnretrievableException
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 DocumentUnretrievableException : KeyValueException, ISerializable

Constructors

View Source

DocumentUnretrievableException(AggregateException)

Declaration
public DocumentUnretrievableException(AggregateException aggregate)
Parameters
Type Name Description
AggregateException aggregate
View Source

DocumentUnretrievableException(string)

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

DocumentUnretrievableException(string, AggregateException)

Declaration
public DocumentUnretrievableException(string message, AggregateException aggregate)
Parameters
Type Name Description
string message
AggregateException aggregate

Properties

View Source

InnerExceptions

Declaration
public ReadOnlyCollection<Exception> InnerExceptions { get; }
Property Value
Type Description
ReadOnlyCollection<Exception>

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.