Пример #1
0
 public void FailError(String error)
 {
     _implantComms.FailError(error, Guid.Empty);
     throw new Exception(error);
 }