public AcllFailedException(string error, Exception innerException) : base(ReplayStrings.AcllFailedException(error), innerException)
 {
     this.error = error;
 }
 public AcllFailedException(string error) : base(ReplayStrings.AcllFailedException(error))
 {
     this.error = error;
 }