Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class UnambiguousTimeoutException

A TimeoutException where we are sure there was no side effect on the server. For example an idempotent operation timeout.

Inheritance
object
Exception
CouchbaseException
TimeoutException
UnambiguousTimeoutException
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 UnambiguousTimeoutException : TimeoutException, ISerializable

Constructors

View Source

UnambiguousTimeoutException()

Declaration
public UnambiguousTimeoutException()
View Source

UnambiguousTimeoutException(string)

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

UnambiguousTimeoutException(string, QueryErrorContext)

Declaration
public UnambiguousTimeoutException(string message, QueryErrorContext errorContext)
Parameters
Type Name Description
string message
QueryErrorContext errorContext
View Source

UnambiguousTimeoutException(string, IErrorContext)

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

UnambiguousTimeoutException(string, Exception)

Declaration
public UnambiguousTimeoutException(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.