confluent-kafka-dotnet
Show / Hide Table of Contents

Class ListConsumerGroupsException

Represents an error that occured during a list consumer group operation.

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

Constructors

ListConsumerGroupsException(ListConsumerGroupsReport)

Initialize a new instance of ListConsumerGroupsException.

Declaration
public ListConsumerGroupsException(ListConsumerGroupsReport report)
Parameters
Type Name Description
ListConsumerGroupsReport report

The result corresponding to all groups in the request

Properties

Results

The result corresponding to all groups and including all errors. Results.Errors will be non-empty and should be checked.

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

Implements

ISerializable
In this article