Is there a way to handle excepetions or errors when using .NET assemblies in TestStand? For example, I use .NET Serial Port Class to Open a Com port such as pictured below. If there is an exception, or error when opening the com port, how can I capture that in Teststand such as with Step.Result.Error, or with some other strategy that I can capture the error and examine it in Teststand, rather than popping up a modal exception window?