Class ListConsumerGroupOffsetsException
Represents an error that occured during listing consumer group offsets.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka.Admin
Assembly: cs.temp.dll.dll
Syntax
public class ListConsumerGroupOffsetsException : KafkaException, ISerializable, _Exception
Constructors
ListConsumerGroupOffsetsException(List<ListConsumerGroupOffsetsReport>)
Initializes a new instance of ListConsumerGroupOffsetsException.
Declaration
public ListConsumerGroupOffsetsException(List<ListConsumerGroupOffsetsReport> results)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<ListConsumerGroupOffsetsReport> | results | The result corresponding to all groups/partitions in the request (whether or not they were in error). At least one of these results will be in error. |
Properties
Results
The result corresponding to all groups/partitions in the request (whether or not they were in error). At least one of these results will be in error.
Declaration
public List<ListConsumerGroupOffsetsReport> Results { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ListConsumerGroupOffsetsReport> |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception