This commit is contained in:
Łukasz Domeradzki
2024-04-05 11:48:42 +02:00
parent c5799c561a
commit 173e22dde2

View File

@@ -468,6 +468,12 @@ public static class Utilities {
// It's entirely possible that old process is still running, we allow this to happen and add additional delay
ASF.ArchiLogger.LogGenericDebuggingException(e);
continue;
} catch (UnauthorizedAccessException e) when (i < MaxSharingViolationTries) {
// TODO: What HResult here?
// It's entirely possible that old process is still running, we allow this to happen and add additional delay
ASF.ArchiLogger.LogGenericDebuggingException(e);
continue;
}