Keysight VISA.NET Help
NativeVisaException Class
Members 



An error related to the underlying VISA native C implementation has occurred. The status code indicates the type of error that occurred.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class NativeVisaException 
   Inherits VisaException
'Usage
 
Dim instance As NativeVisaException
[Serializable()]
public class NativeVisaException : VisaException 
[Serializable()]
public ref class NativeVisaException : public VisaException 
Remarks
This exception should not be used for other than its intended purpose. That is, it should not be used in situations where the underlying implementation is not a VISA C implementation. For example, it should not be used to report VISA C warning or success status codes.
Inheritance Hierarchy

System.Object
   System.Exception
      Ivi.Visa.VisaException
         Ivi.Visa.NativeVisaException

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

NativeVisaException Members
Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025