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