|
API C#
|
An exception that represents a general failure during communication. More...
Public Member Functions | |
| CJacoCommFailedException () | |
| Initializes a new instance of the CJacoCommFailedException class. More... | |
| CJacoCommFailedException (string message) | |
| Initializes a new instance of the CJacoCommFailedException class with an error message. More... | |
| CJacoCommFailedException (string message, Exception ex) | |
| Initializes a new instance of the CJacoCommFailedException class with an error message and another related exception. More... | |
An exception that represents a general failure during communication.
| Kinova.API.Jaco.IO.Comm.Exceptions.CJacoCommFailedException.CJacoCommFailedException | ( | ) |
Initializes a new instance of the CJacoCommFailedException class.
| Kinova.API.Jaco.IO.Comm.Exceptions.CJacoCommFailedException.CJacoCommFailedException | ( | string | message | ) |
Initializes a new instance of the CJacoCommFailedException class with an error message.
| message | The message. |
| Kinova.API.Jaco.IO.Comm.Exceptions.CJacoCommFailedException.CJacoCommFailedException | ( | string | message, |
| Exception | ex | ||
| ) |
Initializes a new instance of the CJacoCommFailedException class with an error message and another related exception.
| message | The message. |
| ex | The exception. |