| ISignRSAgetErrorMessage 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
SyntaxFunction getErrorMessage As String
String^ getErrorMessage()
abstract getErrorMessage : unit -> string
Return Value
Type:
String An error message (possibly empty if the last operation succeeded).
See Also