|
API C#
|
An exception that occurs when you send a command to an unknown destination. More...
Public Member Functions | |
| CKinovaCommWrongDestException () | |
| Initializes a new instance of the CKinovaCommWrongDestException class. More... | |
| CKinovaCommWrongDestException (string message) | |
| Initializes a new instance of the CKinovaCommWrongDestException class with an error message. More... | |
| CKinovaCommWrongDestException (string message, Exception ex) | |
| Initializes a new instance of the CKinovaCommWrongDestException class with an error message and another related exception. More... | |
An exception that occurs when you send a command to an unknown destination.
| Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommWrongDestException.CKinovaCommWrongDestException | ( | ) |
Initializes a new instance of the CKinovaCommWrongDestException class.
| Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommWrongDestException.CKinovaCommWrongDestException | ( | string | message | ) |
Initializes a new instance of the CKinovaCommWrongDestException class with an error message.
| message | The message. |
| Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommWrongDestException.CKinovaCommWrongDestException | ( | string | message, |
| Exception | ex | ||
| ) |
Initializes a new instance of the CKinovaCommWrongDestException class with an error message and another related exception.
| message | The message. |
| ex | The exception. |