LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems using .NET in LabVIEW

Has 8.2 fixed the problem of turning .NET exceptions into LabVIEW error structures??

 

John

0 Kudos
Message 11 of 14
(625 Views)
Hi rammer,

Do you know if there was a corrective action request number associated to this?

Best regards,

Steven
0 Kudos
Message 12 of 14
(606 Views)

Not sure.  I was just reading the thread on the issue and noticed it was with 8.0.  Not sure if it was addressed.  I was not the original requester.  I am begining some .NET development that needs to work with LV and did some searching.  That is where I saw the post on the error handling problem.

John

0 Kudos
Message 13 of 14
(596 Views)
There is no automatic way to retrieve the exception object from LabVIEW. The message from the exception is in the error cluster, and using dbgview from SysInternals, you can see the full dump of the exception. However, you still need to create your own system for pass back the exception object if that is your desire.
0 Kudos
Message 14 of 14
(590 Views)