|
API C#
|
This class represents an exception that occur when there a invalid argument is passed to Jaco More...
Public Member Functions | |
| CJACOInvalidArgumentException () | |
| Initializes a new instance of the CJACOInvalidArgumentException class. More... | |
| CJACOInvalidArgumentException (string message) | |
| Initializes a new instance of the CJACOInvalidArgumentException class with an error message. More... | |
| CJACOInvalidArgumentException (string message, Exception ex) | |
| Initializes a new instance of the CJACOInvalidArgumentException class with an error message and another related exception. More... | |
This class represents an exception that occur when there a invalid argument is passed to Jaco
| Kinova.DLL.Data.Jaco.Exceptions.CJACOInvalidArgumentException.CJACOInvalidArgumentException | ( | ) |
Initializes a new instance of the CJACOInvalidArgumentException class.
| Kinova.DLL.Data.Jaco.Exceptions.CJACOInvalidArgumentException.CJACOInvalidArgumentException | ( | string | message | ) |
Initializes a new instance of the CJACOInvalidArgumentException class with an error message.
| message | The message. |
| Kinova.DLL.Data.Jaco.Exceptions.CJACOInvalidArgumentException.CJACOInvalidArgumentException | ( | string | message, |
| Exception | ex | ||
| ) |
Initializes a new instance of the CJACOInvalidArgumentException class with an error message and another related exception.
| message | The message. |
| ex | The exception. |