![]() |
|
SignDoc SDK (.NET with exceptions)
5.0.0
|
Exception: Invalid value (30). More...
Public Member Functions | |
| SignDocInvalidValueException (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: Invalid value (30).
The specified value (aValue) is invalid.
For SignDocCheckSignatureParameters, SignDocCleanParameters, SignDocImageParameters, SignDocMatchParameters, SignDocRenderParameters, SignDocSignatureParameters, and SignDocVerificationParameters.
|
inline |
Constructor with error message.
| [in] | aMessage | The error message. |