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