GuOrg / Gu.Wpf.UiAutomation

MIT License
96 stars 17 forks source link

Fix uncaught exception in Application.TryAttach #185

Open jv42 opened 7 months ago

jv42 commented 7 months ago

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.