// Token: 0x060001C3 RID: 451 RVA: 0x000084D8 File Offset: 0x000066D8
 public ClusterException(string clusterError, Exception innerException) : base(Strings.ClusterException(clusterError), innerException)
 {
     this.clusterError = clusterError;
 }
 // Token: 0x060001C2 RID: 450 RVA: 0x000084C3 File Offset: 0x000066C3
 public ClusterException(string clusterError) : base(Strings.ClusterException(clusterError))
 {
     this.clusterError = clusterError;
 }