Show / Hide Table of Contents

Class KafkaProduceException

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

Constructors

| Edit this page View Source

KafkaProduceException(string, Exception?)

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

KafkaProduceException(string, params object[])

Declaration
public KafkaProduceException(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