confluent-kafka-dotnet
Show / Hide Table of Contents

Class DeleteConsumerGroupOffsetsException

Represents an error that occured during a delete consumer group offset request.

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

Constructors

DeleteConsumerGroupOffsetsException(DeleteConsumerGroupOffsetsReport)

Initializes a new instance of DeleteConsumerGroupOffsetsException.

Declaration
public DeleteConsumerGroupOffsetsException(DeleteConsumerGroupOffsetsReport result)
Parameters
Type Name Description
DeleteConsumerGroupOffsetsReport result

The result corresponding to all the delete consumer group offsets operations in the request (whether or not they were in error). At least one of these results will be in error.

Properties

Result

The result corresponding to the delete consumer group offsets operation in the request.

Declaration
public DeleteConsumerGroupOffsetsReport Result { get; }
Property Value
Type Description
DeleteConsumerGroupOffsetsReport

Implements

ISerializable
In this article