09-27-2018 02:24 AM
Hello,
i have a c# function the creates in Teststand sometimes a big error popup with title "teststand has detected a fatal error",
When i click OK in this windows then teststand crashes and closes.
If i dont click OK then teststand continues running normal.
How can i catch this fatal error teststand and ignore it?
Thx
09-27-2018 10:32 AM
Hey,
At what part of your code are you seeing this? Can you provide some code that reproduces this? Ultimately, swallowing the error might not be the best way to handle it, but rather you should prevent it from coming up in the first place.
Thanks,
Roxy