confluent-kafka-dotnet
Show / Hide Table of Contents

Class ListOffsetsException

Represents an error occurred while listing offsets.

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

Constructors

ListOffsetsException(ListOffsetsReport)

Initializes a new instance of ListOffsetsException.

Declaration
public ListOffsetsException(ListOffsetsReport result)
Parameters
Type Name Description
ListOffsetsReport result

The result corresponding to all partitions in the request (whether or not they were in error). At least one of these topic partiton in result will be in error.

Properties

Result

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

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

Implements

ISerializable
In this article