confluent-kafka-dotnet
Show / Hide Table of Contents

Class KafkaTxnRequiresAbortException

Represents an error that caused the current transaction to fail and enter the abortable state.

Inheritance
object
Exception
KafkaException
KafkaTxnRequiresAbortException
Implements
ISerializable
Inherited Members
KafkaException.Error
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
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: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public class KafkaTxnRequiresAbortException : KafkaException, ISerializable

Constructors

KafkaTxnRequiresAbortException(Error)

Initialize a new instance of KafkaTxnRequiresAbortException based on an existing Error instance.

Declaration
public KafkaTxnRequiresAbortException(Error error)
Parameters
Type Name Description
Error error

The Error instance.

Implements

ISerializable
In this article