(ArcFile.TryOpen): abort on OperationCanceledException.

This commit is contained in:
morkt 2015-06-11 12:31:24 +04:00
parent 6195ab25e3
commit e20853967f

View File

@ -88,6 +88,11 @@ namespace GameRes
return arc;
}
}
catch (OperationCanceledException X)
{
FormatCatalog.Instance.LastError = X;
return null;
}
catch (Exception X)
{
// ignore failed open attmepts