|
API C#
|
This exception occur when JACO is not connected to USB port or the USB connection is broken. More...
Public Member Functions | |
| CJACOOfflineException () | |
| Initializes a new instance of the CJACOOfflineException class. More... | |
| CJACOOfflineException (string message) | |
| Initializes a new instance of the CJACOOfflineException class with an error message. More... | |
| CJACOOfflineException (string message, Exception ex) | |
| Initializes a new instance of the CJACOOfflineException class with an error message and another related exception. More... | |
Public Member Functions inherited from Kinova.API.Jaco.ValidationTools.Exceptions.CAPIException | |
| CAPIException () | |
| Initializes a new instance of the CAPIException class. More... | |
| CAPIException (string message) | |
| Initializes a new instance of the CAPIException class with an error message. More... | |
| CAPIException (string message, Exception ex) | |
| Initializes a new instance of the CAPIException class with an error message and another related exception. More... | |
| string | GetMessage () |
| Get the message. More... | |
This exception occur when JACO is not connected to USB port or the USB connection is broken.
| Kinova.API.Jaco.ValidationTools.Exceptions.CJACOOfflineException.CJACOOfflineException | ( | ) |
Initializes a new instance of the CJACOOfflineException class.
| Kinova.API.Jaco.ValidationTools.Exceptions.CJACOOfflineException.CJACOOfflineException | ( | string | message | ) |
Initializes a new instance of the CJACOOfflineException class with an error message.
| message | The message. |
| Kinova.API.Jaco.ValidationTools.Exceptions.CJACOOfflineException.CJACOOfflineException | ( | string | message, |
| Exception | ex | ||
| ) |
Initializes a new instance of the CJACOOfflineException class with an error message and another related exception.
| message | The message. |
| ex | The exception. |