Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class TransactionExpiredException

Indicates that a transaction ran past its overall allotted time.

Inheritance
object
Exception
CouchbaseException
TransactionFailedException
TransactionExpiredException
Implements
ISerializable
IClassifiedTransactionError
Inherited Members
TransactionFailedException.Result
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 TransactionExpiredException : TransactionFailedException, ISerializable, IClassifiedTransactionError

Constructors

View Source

TransactionExpiredException(string, Exception, TransactionResult)

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

Properties

View Source

CausingErrorClass

The class of error that caused the failure.

Declaration
public ErrorClass CausingErrorClass { get; }
Property Value
Type Description
ErrorClass

Implements

ISerializable
IClassifiedTransactionError

Extension Methods

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