Class KafkaProduceException
Inheritance
KafkaProduceException
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
|
Edit this page
View Source
KafkaProduceException(string, params object[])
Declaration
public KafkaProduceException(string message, params object[] args)
Parameters
Implements