|
API C#
|
A custom exception that indicates that the arguments sent are invalid. More...
Public Member Functions | |
| CInvalidFunctionalityArgumentException () | |
| Initializes a new instance of the CInvalidFunctionalityArgumentException class. More... | |
| CInvalidFunctionalityArgumentException (string message) | |
| Initializes a new instance of the CInvalidFunctionalityArgumentException class with an error message. More... | |
| CInvalidFunctionalityArgumentException (string message, Exception ex) | |
| Initializes a new instance of the CInvalidFunctionalityArgumentException class with an error message and another related exception. More... | |
Public Member Functions inherited from Kinova.API.Jaco.ValidationTools.Exceptions.CAPIException | |
| CAPIException () | |
| Initializes a new instance of the CAPIException class. More... | |
| CAPIException (string message) | |
| Initializes a new instance of the CAPIException class with an error message. More... | |
| CAPIException (string message, Exception ex) | |
| Initializes a new instance of the CAPIException class with an error message and another related exception. More... | |
| string | GetMessage () |
| Get the message. More... | |
A custom exception that indicates that the arguments sent are invalid.
| Kinova.API.Jaco.ValidationTools.Exceptions.CInvalidFunctionalityArgumentException.CInvalidFunctionalityArgumentException | ( | ) |
Initializes a new instance of the CInvalidFunctionalityArgumentException class.
| Kinova.API.Jaco.ValidationTools.Exceptions.CInvalidFunctionalityArgumentException.CInvalidFunctionalityArgumentException | ( | string | message | ) |
Initializes a new instance of the CInvalidFunctionalityArgumentException class with an error message.
| message | The message. |
| Kinova.API.Jaco.ValidationTools.Exceptions.CInvalidFunctionalityArgumentException.CInvalidFunctionalityArgumentException | ( | string | message, |
| Exception | ex | ||
| ) |
Initializes a new instance of the CInvalidFunctionalityArgumentException class with an error message and another related exception.
| message | The message. |
| ex | The exception. |