Couchbase Transactions .NET | 1.1.0
Search Results for

    Show / Hide Table of Contents

    Class TransactionOperationFailedException

    Inheritance
    Object
    Exception
    Couchbase.CouchbaseException
    TransactionOperationFailedException
    Implements
    ISerializable
    IClassifiedTransactionError
    Inherited Members
    Couchbase.CouchbaseException.Context
    Couchbase.CouchbaseException.ToString()
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Couchbase.Transactions.Error.External
    Assembly: Couchbase.Transactions.dll
    Syntax
    public class TransactionOperationFailedException : CouchbaseException, ISerializable, IClassifiedTransactionError

    Constructors

    | Improve this Doc View Source

    TransactionOperationFailedException(ErrorClass, Boolean, Boolean, Exception, TransactionOperationFailedException.FinalError)

    Declaration
    public TransactionOperationFailedException(ErrorClass causingErrorClass, bool autoRollbackAttempt, bool retryTransaction, Exception cause, TransactionOperationFailedException.FinalError finalErrorToRaise)
    Parameters
    Type Name Description
    ErrorClass causingErrorClass
    Boolean autoRollbackAttempt
    Boolean retryTransaction
    Exception cause
    TransactionOperationFailedException.FinalError finalErrorToRaise

    Fields

    | Improve this Doc View Source

    None

    Declaration
    public const TransactionOperationFailedException None = null
    Field Value
    Type Description
    TransactionOperationFailedException

    Properties

    | Improve this Doc View Source

    AutoRollbackAttempt

    Declaration
    public bool AutoRollbackAttempt { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Cause

    Declaration
    public Exception Cause { get; }
    Property Value
    Type Description
    Exception
    | Improve this Doc View Source

    CausingErrorClass

    Declaration
    public ErrorClass CausingErrorClass { get; }
    Property Value
    Type Description
    ErrorClass
    | Improve this Doc View Source

    ExceptionNumber

    Declaration
    public long ExceptionNumber { get; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    FinalErrorToRaise

    Declaration
    public TransactionOperationFailedException.FinalError FinalErrorToRaise { get; }
    Property Value
    Type Description
    TransactionOperationFailedException.FinalError
    | Improve this Doc View Source

    RetryTransaction

    Declaration
    public bool RetryTransaction { get; }
    Property Value
    Type Description
    Boolean

    Implements

    System.Runtime.Serialization.ISerializable
    IClassifiedTransactionError

    Extension Methods

    ErrorClassExtensions.Classify(Exception)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021 Couchbase, Inc.