|
API C#
|
An exception that occurs when the SEND - RECEIVE - SEND - RECEIVE - SEND - ... is pattern is broke during the communication. More...
Public Member Functions | |
| CPacketSynchroException () | |
| Initializes a new instance of the CPacketSynchroException class. More... | |
| CPacketSynchroException (string message) | |
| Initializes a new instance of the CPacketSynchroException class with an error message. More... | |
| CPacketSynchroException (string message, Exception ex) | |
| Initializes a new instance of the CPacketSynchroException class with an error message and another related exception. More... | |
An exception that occurs when the SEND - RECEIVE - SEND - RECEIVE - SEND - ... is pattern is broke during the communication.
| Kinova.API.Jaco.IO.Comm.Exceptions.CPacketSynchroException.CPacketSynchroException | ( | ) |
Initializes a new instance of the CPacketSynchroException class.
| Kinova.API.Jaco.IO.Comm.Exceptions.CPacketSynchroException.CPacketSynchroException | ( | string | message | ) |
Initializes a new instance of the CPacketSynchroException class with an error message.
| message | The message. |
| Kinova.API.Jaco.IO.Comm.Exceptions.CPacketSynchroException.CPacketSynchroException | ( | string | message, |
| Exception | ex | ||
| ) |
Initializes a new instance of the CPacketSynchroException class with an error message and another related exception.
| message | The message. |
| ex | The exception. |