|
API C#
|
Normally, you got this exception when you did not provided a valid password at the declaration of an object. More...
Public Member Functions | |
| CAccessDeniedException () | |
| Initializes a new instance of the CAccessDeniedException class. More... | |
| CAccessDeniedException (string message) | |
| Initializes a new instance of the CAccessDeniedException class with an error message. More... | |
| CAccessDeniedException (string message, Exception ex) | |
| Initializes a new instance of the CAccessDeniedException 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... | |
Normally, you got this exception when you did not provided a valid password at the declaration of an object.
| Kinova.API.Jaco.ValidationTools.Exceptions.CAccessDeniedException.CAccessDeniedException | ( | ) |
Initializes a new instance of the CAccessDeniedException class.
| Kinova.API.Jaco.ValidationTools.Exceptions.CAccessDeniedException.CAccessDeniedException | ( | string | message | ) |
Initializes a new instance of the CAccessDeniedException class with an error message.
| message | The message. |
| Kinova.API.Jaco.ValidationTools.Exceptions.CAccessDeniedException.CAccessDeniedException | ( | string | message, |
| Exception | ex | ||
| ) |
Initializes a new instance of the CAccessDeniedException class with an error message and another related exception.
| message | The message. |
| ex | The exception. |