![]() |
|
SignDoc SDK (.NET with exceptions)
5.0.0
|
Exception: Unknown parameter (29). More...
Public Member Functions | |
| SignDocUnknownParameterException (const string aMessage) | |
| Constructor with error message. More... | |
Public Member Functions inherited from SignDocInvalidArgumentException | |
| SignDocInvalidArgumentException (const string aMessage) | |
| Constructor with error message. More... | |
Public Member Functions inherited from SignDocException | |
| ErrorCode | getCode () |
| Get the error code. More... | |
| const string | getMessage () |
| Get the error message. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from SignDocInvalidArgumentException | |
| SignDocInvalidArgumentException (ErrorCode aErrorCode, const string aMessage) | |
Exception: Unknown parameter (29).
The specified parameter (aName) is unknown.
For SignDocCheckSignatureParameters, SignDocCleanParameters, SignDocImageParameters, SignDocMatchParameters, SignDocRenderParameters, SignDocSignatureParameters, and SignDocVerificationParameters.
|
inline |
Constructor with error message.
| [in] | aMessage | The error message. |