Esempio n. 1
0
 public WlmResourceUnhealthyException(string resourceName, string resourceType, string wlmResourceKey, int wlmResourceMetricType, double reportedLoadRatio, string reportedLoadState, string metric, Exception innerException) : base(MrsStrings.ErrorWlmResourceUnhealthy1(resourceName, resourceType, wlmResourceKey, wlmResourceMetricType, reportedLoadRatio, reportedLoadState, metric), innerException)
 {
     this.resourceName          = resourceName;
     this.resourceType          = resourceType;
     this.wlmResourceKey        = wlmResourceKey;
     this.wlmResourceMetricType = wlmResourceMetricType;
     this.reportedLoadRatio     = reportedLoadRatio;
     this.reportedLoadState     = reportedLoadState;
     this.metric = metric;
 }