Esempio n. 1
0
 public ClusterIPNotFoundPermanentException(IPAddress clusterIp, Exception innerException) : base(MrsStrings.ClusterIPNotFound(clusterIp), innerException)
 {
     this.clusterIp = clusterIp;
 }