FlaUI / FlaUInspect

Inspect tool to inspect UIs from an automation perspective
MIT License
410 stars 97 forks source link

added try-catch block to handle runtime exceptions #14

Closed aurax closed 3 years ago

aurax commented 3 years ago

Added try-catch section to handle runtime exceptions: System.IO.FileNotFoundException and System.InvalidCastException

aurax commented 3 years ago

The Issue: https://github.com/FlaUI/FlaUInspect/issues/13#issue-753510888

Roemer commented 3 years ago

Thank you. I merged your changes.