Keysight VISA.NET Help
NativeVisaException Constructor(Int32,String)



The underlying VISA status code of the error that occurred.
The message that describes the error.
Initializes a new instance of the NativeVisaException class with the specified message and VISA error code.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorCode As Integer, _
   ByVal message As String _
)
'Usage
 
Dim errorCode As Integer
Dim message As String
 
Dim instance As New NativeVisaException(errorCode, message)
public NativeVisaException( 
   int errorCode,
   string message
)
public:
NativeVisaException( 
   int errorCode,
   String^ message
)

Parameters

errorCode
The underlying VISA status code of the error that occurred.
message
The message that describes the error.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025