|
API C#
|
An exception that occurs when there is a communication timeout during the comand transmission. More...
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... | |
An exception that occurs when there is a communication timeout during the comand transmission.
| 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.
| message | The 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.
| message | The message. |
| ex | The exception. |