Keysight VISA.NET Help
VisaException Constructor(String,Exception)



The message that describes the error.
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
Initializes a new instance of the VisaException class with the specified message and a reference to the inner exception that is the cause of this exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New VisaException(message, innerException)
public VisaException( 
   string message,
   Exception innerException
)
public:
VisaException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
The message that describes the error.
innerException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025