confluent-kafka-dotnet
Show / Hide Table of Contents

Class ElectLeadersException

Represents an error that occured during the ElectLeaders operation.

Inheritance
object
Exception
KafkaException
ElectLeadersException
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.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ElectLeadersException : KafkaException, ISerializable

Constructors

ElectLeadersException(ElectLeadersReport)

Initializes a new instance of ElectLeadersException.

Declaration
public ElectLeadersException(ElectLeadersReport report)
Parameters
Type Name Description
ElectLeadersReport report

The result of the ElectLeaders operation.

Properties

Results

Gets the results of the ElectLeaders operation.

Declaration
public ElectLeadersReport Results { get; }
Property Value
Type Description
ElectLeadersReport

Implements

ISerializable
In this article