示例#1
0
 // Token: 0x060006F8 RID: 1784 RVA: 0x0001B50A File Offset: 0x0001970A
 public ClusterFileNotFoundException(string nodeName, Exception innerException) : base(Strings.ClusterFileNotFoundException(nodeName), innerException)
 {
     this.nodeName = nodeName;
 }
示例#2
0
 // Token: 0x060006F7 RID: 1783 RVA: 0x0001B4F0 File Offset: 0x000196F0
 public ClusterFileNotFoundException(string nodeName) : base(Strings.ClusterFileNotFoundException(nodeName))
 {
     this.nodeName = nodeName;
 }