Keysight VISA.NET Help
IOTimeoutException Class
Members 



A VISA.NET I/O timeout has occured.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class IOTimeoutException 
   Inherits VisaException
'Usage
 
Dim instance As IOTimeoutException
[Serializable()]
public class IOTimeoutException : VisaException 
[Serializable()]
public ref class IOTimeoutException : public VisaException 
Remarks

This exception is only used for specific I/O methods where a calling program might be able to reasonably recover in some circumstances. The VISA.NET specification identifies the methods that throw this exception if the I/O operation times out.

If the VISA.NET specfication does not specify that this exception may be thrown by a particular method, calling programs should expect a different timeout exception.

Inheritance Hierarchy

System.Object
   System.Exception
      Ivi.Visa.VisaException
         Ivi.Visa.IOTimeoutException

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

IOTimeoutException Members
Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025