confluent-kafka-dotnet
Show / Hide Table of Contents

Class KafkaRetriableException

Represents an error where the operation that caused it may be retried.

Inheritance
object
Exception
KafkaException
KafkaRetriableException
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 KafkaRetriableException : KafkaException, ISerializable

Constructors

KafkaRetriableException(Error)

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

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

The Error instance.

Implements

ISerializable
In this article