Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class TransactionFailedException

A generic exception thrown internally that indicates that a transaction failed.

Inheritance
object
Exception
CouchbaseException
TransactionFailedException
TransactionCommitAmbiguousException
TransactionExpiredException
Implements
ISerializable
Inherited Members
CouchbaseException.ToString()
CouchbaseException.Context
Exception.GetBaseException()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Client.Transactions.Error
Assembly: Couchbase.NetClient.dll
Syntax
public class TransactionFailedException : CouchbaseException, ISerializable

Constructors

View Source

TransactionFailedException(string, Exception, TransactionResult?)

Declaration
public TransactionFailedException(string message, Exception innerException, TransactionResult? result)
Parameters
Type Name Description
string message
Exception innerException
TransactionResult result

Properties

View Source

Result

Gets the final result of the transaction.

Declaration
public TransactionResult? Result { get; }
Property Value
Type Description
TransactionResult

Implements

ISerializable

Extension Methods

ExceptionExtensions.ResolveRetryReason(CouchbaseException)
ErrorClassExtensions.Classify(Exception)
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.