API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommTimeOutException Class Reference

An exception that occurs when there is a communication timeout during the comand transmission. More...

Inheritance diagram for Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommTimeOutException:

Public Member Functions

 CKinovaCommTimeOutException ()
 Initializes a new instance of the CKinovaCommTimeOutException class. More...
 
 CKinovaCommTimeOutException (string message)
 Initializes a new instance of the CKinovaCommTimeOutException class with an error message. More...
 
 CKinovaCommTimeOutException (string message, Exception ex)
 Initializes a new instance of the CKinovaCommTimeOutException class with an error message and another related exception. More...
 

Detailed Description

An exception that occurs when there is a communication timeout during the comand transmission.

Constructor & Destructor Documentation

Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommTimeOutException.CKinovaCommTimeOutException ( )

Initializes a new instance of the CKinovaCommTimeOutException class.

Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommTimeOutException.CKinovaCommTimeOutException ( string  message)

Initializes a new instance of the CKinovaCommTimeOutException class with an error message.

Parameters
messageThe message.
Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommTimeOutException.CKinovaCommTimeOutException ( string  message,
Exception  ex 
)

Initializes a new instance of the CKinovaCommTimeOutException class with an error message and another related exception.

Parameters
messageThe message.
exThe exception.

The documentation for this class was generated from the following file: