Class ListOffsetsException
Represents an error occurred while listing 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 ListOffsetsException : KafkaException, ISerializable, _Exception
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
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception