Beispiel #1
0
 public ClusCommonFailException(string error, Exception innerException) : base(Strings.ClusCommonFailException(error), innerException)
 {
     this.error = error;
 }
Beispiel #2
0
 public ClusCommonFailException(string error) : base(Strings.ClusCommonFailException(error))
 {
     this.error = error;
 }