Class UnambiguousTimeoutException
A TimeoutException where we are sure there was no side effect on the server.
For example an idempotent operation timeout.
Inheritance
UnambiguousTimeoutException
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
View Source
UnambiguousTimeoutException(string, IErrorContext)
Declaration
public UnambiguousTimeoutException(string message, IErrorContext context)
Parameters
View Source
UnambiguousTimeoutException(string, Exception)
Declaration
public UnambiguousTimeoutException(string message, Exception innerException)
Parameters
Properties
View Source
RetryReasons
Declaration
public List<RetryReason> RetryReasons { get; }
Property Value
Implements
Extension Methods