Beispiel #1
0
 public ClusterIPMissingHostsPermanentException(IPAddress clusterIp, Exception innerException) : base(MrsStrings.ClusterIPMissingHosts(clusterIp), innerException)
 {
     this.clusterIp = clusterIp;
 }