Class TransactionExpiredException
Indicates that a transaction ran past its overall allotted time.
Inheritance
TransactionExpiredException
Inherited Members
Namespace: Couchbase.Client.Transactions.Error
Assembly: Couchbase.NetClient.dll
Syntax
public class TransactionExpiredException : TransactionFailedException, ISerializable, IClassifiedTransactionError
Constructors
| Edit this page View SourceTransactionExpiredException(string, Exception, TransactionResult)
Declaration
public TransactionExpiredException(string message, Exception innerException, TransactionResult result)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException | |
Transaction |
result |
Properties
| Edit this page View SourceCausingErrorClass
The class of error that caused the failure.
Declaration
public ErrorClass CausingErrorClass { get; }
Property Value
Type | Description |
---|---|
Error |