Log catch-all exception in transfer loop.

This commit is contained in:
Eugene Wang
2026-01-08 21:23:24 -05:00
parent 51414ad136
commit 440a6e3d17

View File

@@ -64,7 +64,7 @@ partial class TransferLoopThread : IDisposable
}
catch (Exception ex)
{
_twain.Logger.LogError(ex, "Exception occurred during transfer loop.");
}
finally
{