Beispiel #1
0
 public WlmCapacityExceededReservationException(string resourceName, string resourceType, string wlmResourceKey, int wlmResourceMetricType, int capacity, Exception innerException) : base(MrsStrings.ErrorWlmCapacityExceeded3(resourceName, resourceType, wlmResourceKey, wlmResourceMetricType, capacity), innerException)
 {
     this.resourceName          = resourceName;
     this.resourceType          = resourceType;
     this.wlmResourceKey        = wlmResourceKey;
     this.wlmResourceMetricType = wlmResourceMetricType;
     this.capacity = capacity;
 }