How can I check if a getter/setter of a property in a class, has thrown an exception? (Before accessing it)
Example
For example in this picture, the ExitTime property of a process threw an exception of type System.InvalidOperationException
If I use process.ExitTime, I get another runtime exception: No process is associated with this object.
