Class TransactionOperationFailedException
Inheritance
Couchbase.CouchbaseException
TransactionOperationFailedException
Inherited Members
Couchbase.CouchbaseException.Context
Couchbase.CouchbaseException.ToString()
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
Fields
|
Improve this Doc
View Source
None
Declaration
public const TransactionOperationFailedException None = null
Field Value
Properties
|
Improve this Doc
View Source
AutoRollbackAttempt
Declaration
public bool AutoRollbackAttempt { get; }
Property Value
|
Improve this Doc
View Source
Cause
Declaration
public Exception Cause { get; }
Property Value
|
Improve this Doc
View Source
CausingErrorClass
Declaration
public ErrorClass CausingErrorClass { get; }
Property Value
|
Improve this Doc
View Source
ExceptionNumber
Declaration
public long ExceptionNumber { get; }
Property Value
|
Improve this Doc
View Source
FinalErrorToRaise
Declaration
public TransactionOperationFailedException.FinalError FinalErrorToRaise { get; }
Property Value
|
Improve this Doc
View Source
RetryTransaction
Declaration
public bool RetryTransaction { get; }
Property Value
Implements
Extension Methods