Exemplo n.º 1
0
 public bool IsBuildable(string path)
 {
     try
     {
         return(DDBWrapper.IsBuildable(DatasetFolderPath, path));
     }
     catch (DDBException ex)
     {
         throw new InvalidOperationException($"Cannot call IsBuildable from ddb '{DatasetFolderPath}'", ex);
     }
 }