Click or drag to resize

GeneralFormatErrorMessage Method

Return an error message string for the last error.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static string FormatErrorMessage(
	int errCode = 0
)

Parameters

errCode  Int32  (Optional)
Error code returned by last call (optional)

Return Value

String
Error message as a string Error ({errCode}): {errorlookup}[: {lasterror}]
See Also