Beispiel #1
0
 public SniffException(MaxRetryException innerException)
     : base("Sniffing known nodes in the cluster caused a maxretry exception of its own", innerException)
 {
 }
		public SniffException(MaxRetryException innerException) 
			: base("Sniffing known nodes in the cluster caused a maxretry exception of its own", innerException)
		{
			
		}