Exemplo n.º 1
0
 public RabbitClientException(string message, RabbitMQClientException cause)
     : base(message, cause)
 {
 }
Exemplo n.º 2
0
 public RabbitClientException(RabbitMQClientException cause)
     : base(cause)
 {
 }