Gu.Wpf.UiAutomation icon indicating copy to clipboard operation
Gu.Wpf.UiAutomation copied to clipboard

Fix uncaught exception in Application.TryAttach

Open jv42 opened this issue 10 months ago • 0 comments

Fixes #184

Catch the exception in TryAttach so it behaves more like a "Try" method.

This code is only reached when the process we're looking for is not part of the Launched collection, so this change won't affect the main path of application re-use.

jv42 avatar Mar 26 '24 10:03 jv42