|
API C#
|
An exception that occurs when the data set or received during a command transmission is corrupted. More...
Public Member Functions | |
| CKinovaCommDataCorruptException () | |
| Initializes a new instance of the CKinovaCommDataCorruptException class. More... | |
| CKinovaCommDataCorruptException (string message) | |
| Initializes a new instance of the CKinovaCommDataCorruptException class with an error message. More... | |
| CKinovaCommDataCorruptException (string message, Exception ex) | |
| Initializes a new instance of the CKinovaCommDataCorruptException class with an error message and another related exception. More... | |
An exception that occurs when the data set or received during a command transmission is corrupted.
| Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommDataCorruptException.CKinovaCommDataCorruptException | ( | ) |
Initializes a new instance of the CKinovaCommDataCorruptException class.
| Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommDataCorruptException.CKinovaCommDataCorruptException | ( | string | message | ) |
Initializes a new instance of the CKinovaCommDataCorruptException class with an error message.
| message | The message. |
| Kinova.API.Jaco.IO.Comm.Exceptions.CKinovaCommDataCorruptException.CKinovaCommDataCorruptException | ( | string | message, |
| Exception | ex | ||
| ) |
Initializes a new instance of the CKinovaCommDataCorruptException class with an error message and another related exception.
| message | The message. |
| ex | The exception. |