08-16-2012 02:16 PM
Is there a way to get the error/response codes from the device without using a try-catch and getting the ErrroeCode hidden in the exception? I am using the C# API version 4.1
08-17-2012 03:20 AM
Probably not.
All the error/response codes or exceptions are handled under the namespave of NationalInstruments.FieldBus.ExceptionHandler.FBException which includes a lot of children for different exceptions.
Please refer to the namespace of NationalInstruments.FieldBus.ExceptionHandler.
Thanks
Chris