Class AmbiguousTimeoutException
A TimeoutException where there may be a side effect on the server. A timeout
happened while performing an non-idempotent operation.
Inheritance
AmbiguousTimeoutException
Assembly: Couchbase.NetClient.dll
Syntax
public class AmbiguousTimeoutException : TimeoutException, ISerializable
Constructors
|
Edit this page
View Source
AmbiguousTimeoutException()
Declaration
public AmbiguousTimeoutException()
|
Edit this page
View Source
AmbiguousTimeoutException(IErrorContext)
Declaration
public AmbiguousTimeoutException(IErrorContext context)
Parameters
|
Edit this page
View Source
AmbiguousTimeoutException(string)
Declaration
public AmbiguousTimeoutException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
AmbiguousTimeoutException(string, IErrorContext)
Declaration
public AmbiguousTimeoutException(string message, IErrorContext context)
Parameters
|
Edit this page
View Source
AmbiguousTimeoutException(string, Exception)
Declaration
public AmbiguousTimeoutException(string message, Exception innerException)
Parameters
Properties
|
Edit this page
View Source
RetryReasons
Declaration
public List<RetryReason> RetryReasons { get; }
Property Value
Implements
Extension Methods