Class TransactionFailedException
A generic exception thrown internally that indicates that a transaction failed.
Inheritance
TransactionFailedException
Implements
Inherited Members
Namespace: Couchbase.Client.Transactions.Error
Assembly: Couchbase.NetClient.dll
Syntax
public class TransactionFailedException : CouchbaseException, ISerializable
Constructors
| Edit this page View SourceTransactionFailedException(string, Exception, TransactionResult?)
Declaration
public TransactionFailedException(string message, Exception innerException, TransactionResult? result)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException | |
Transaction |
result |
Properties
| Edit this page View SourceResult
Gets the final result of the transaction.
Declaration
public TransactionResult? Result { get; }
Property Value
Type | Description |
---|---|
Transaction |