Click or drag to resize
ISignPKCS7getErrorMessage Method
Get an error message for the last operation. After any method of this object has been called, this function shall return an error message (possibly empty if the most recently called method didn't fail).

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
string getErrorMessage()

Return Value

Type: String
An error message (possibly empty if the last operation succeeded).
See Also