Class ElectLeadersException
Represents an error that occured during the ElectLeaders operation.
Implements
Inherited Members
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 |