예제 #1
0
 protected KafkaException(string message, Confluent.Kafka.KafkaException innerException) : base(message,
                                                                                                innerException)
 {
     StatusCode = 500;
     Value      = CommonMapper.Map(innerException.Error);
 }
 public ConsumeException(string message, Confluent.Kafka.KafkaException innerException) : base(message,
                                                                                               innerException)
 {
 }