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
|
Edit this page
View Source
UnambiguousTimeoutException()
Declaration
public UnambiguousTimeoutException()
|
Edit this page
View Source
UnambiguousTimeoutException(string)
Declaration
public UnambiguousTimeoutException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
UnambiguousTimeoutException(string, QueryErrorContext)
Declaration
public UnambiguousTimeoutException(string message, QueryErrorContext errorContext)
Parameters
|
Edit this page
View Source
UnambiguousTimeoutException(string, IErrorContext)
Declaration
public UnambiguousTimeoutException(string message, IErrorContext context)
Parameters
|
Edit this page
View Source
UnambiguousTimeoutException(string, Exception)
Declaration
public UnambiguousTimeoutException(string message, Exception innerException)
Parameters
Properties
|
Edit this page
View Source
RetryReasons
Declaration
public List<RetryReason> RetryReasons { get; }
Property Value
Implements
Extension Methods