|
API C#
|
An exception that occurs when the first packet of a command contains a NACK from Jaco. More...
Public Member Functions | |
| CJacoNackFirstException () | |
| Initializes a new instance of the CJacoNackFirstException class. More... | |
| CJacoNackFirstException (string message) | |
| Initializes a new instance of the CJacoNackFirstException class with an error message. More... | |
| CJacoNackFirstException (string message, Exception ex) | |
| Initializes a new instance of the CJacoNackFirstException class with an error message and another related exception. More... | |
An exception that occurs when the first packet of a command contains a NACK from Jaco.
| Kinova.API.Jaco.IO.Comm.Exceptions.CJacoNackFirstException.CJacoNackFirstException | ( | ) |
Initializes a new instance of the CJacoNackFirstException class.
| Kinova.API.Jaco.IO.Comm.Exceptions.CJacoNackFirstException.CJacoNackFirstException | ( | string | message | ) |
Initializes a new instance of the CJacoNackFirstException class with an error message.
| message | The message. |
| Kinova.API.Jaco.IO.Comm.Exceptions.CJacoNackFirstException.CJacoNackFirstException | ( | string | message, |
| Exception | ex | ||
| ) |
Initializes a new instance of the CJacoNackFirstException class with an error message and another related exception.
| message | The message. |
| ex | The exception. |