confluent-kafka-dotnet
Show / Hide Table of Contents

Class DeleteConsumerGroupOffsetsException

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

Inheritance
System.Object
System.Exception
KafkaException
DeleteConsumerGroupOffsetsException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
KafkaException.Error
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 DeleteConsumerGroupOffsetsException : KafkaException, ISerializable, _Exception

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

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
In This Article