Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class AmbiguousTimeoutException

A TimeoutException where there may be a side effect on the server. A timeout happened while performing an non-idempotent operation.

Inheritance
object
Exception
CouchbaseException
TimeoutException
AmbiguousTimeoutException
Implements
ISerializable
Inherited Members
CouchbaseException.ToString()
CouchbaseException.Context
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
Assembly: Couchbase.NetClient.dll
Syntax
public class AmbiguousTimeoutException : TimeoutException, ISerializable

Constructors

View Source

AmbiguousTimeoutException()

Declaration
public AmbiguousTimeoutException()
View Source

AmbiguousTimeoutException(IErrorContext)

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

AmbiguousTimeoutException(string)

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

AmbiguousTimeoutException(string, IErrorContext)

Declaration
public AmbiguousTimeoutException(string message, IErrorContext context)
Parameters
Type Name Description
string message
IErrorContext context
View Source

AmbiguousTimeoutException(string, Exception)

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

Properties

View Source

RetryReasons

Declaration
public List<RetryReason> RetryReasons { get; }
Property Value
Type Description
List<RetryReason>

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.