Show / Hide Table of Contents

Class KafkaConsumeException

Inheritance
object
Exception
KafkaConsumeException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
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: NotifyHub.Kafka.Exceptions
Assembly: NotifyHub.Kafka.dll
Syntax
public class KafkaConsumeException : Exception, ISerializable

Constructors

| Edit this page View Source

KafkaConsumeException(string, Exception?)

Declaration
public KafkaConsumeException(string message, Exception? innerException = null)
Parameters
Type Name Description
string message
Exception innerException
| Edit this page View Source

KafkaConsumeException(string, params object[])

Declaration
public KafkaConsumeException(string message, params object[] args)
Parameters
Type Name Description
string message
object[] args

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX