SignDoc SDK (.NET with exceptions)  5.0.0
SignDocInvalidArgumentException Class Reference

Exception: Invalid argument (1). More...

Inheritance diagram for SignDocInvalidArgumentException:
SignDocException SignDocInvalidValueException SignDocUnknownParameterException

Public Member Functions

 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...
 

Protected Member Functions

 SignDocInvalidArgumentException (ErrorCode aErrorCode, const string aMessage)
 

Detailed Description

Exception: Invalid argument (1).

An invalid value was passed for at least one parameter. This exception can also be thrown for invalid documents.

Constructor & Destructor Documentation

SignDocInvalidArgumentException ( const string  aMessage)
inline

Constructor with error message.

Parameters
[in]aMessageThe error message.
SignDocInvalidArgumentException ( ErrorCode  aErrorCode,
const string  aMessage 
)
inlineprotected

The documentation for this class was generated from the following file: