Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class AttemptException

    Indicates an error during an individual transaction attempt.

    Inheritance
    object
    Exception
    CouchbaseException
    AttemptException
    ActiveTransactionRecordsFullException
    AttemptExpiredException
    DocumentAlreadyInTransactionException
    Implements
    ISerializable
    Inherited Members
    CouchbaseException.Context
    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.Client.Transactions.Error.Attempts
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class AttemptException : CouchbaseException, ISerializable

    Constructors

    | Edit this page View Source

    AttemptException(AttemptContext, string)

    Initializes a new instance of the AttemptException class.

    Declaration
    public AttemptException(AttemptContext ctx, string msg)
    Parameters
    Type Name Description
    AttemptContext ctx

    The Attempt Context.

    string msg

    The message.

    | Edit this page View Source

    AttemptException(AttemptContext, string, Exception)

    Initializes a new instance of the AttemptException class.

    Declaration
    public AttemptException(AttemptContext ctx, string msg, Exception innerException)
    Parameters
    Type Name Description
    AttemptContext ctx

    The AttemptContext.

    string msg

    The message.

    Exception innerException

    The inner exception.

    Implements

    ISerializable

    Extension Methods

    ExceptionExtensions.ResolveRetryReason(CouchbaseException)
    ErrorClassExtensions.Classify(Exception)
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.