Click or drag to resize

GeneralFormatErrorMessage Method

Return an error message string for the last error.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string FormatErrorMessage(
	int errCode = 0,
	string userMsg = ""
)

Parameters

errCode  Int32  (Optional)
Error code returned by last call (optional)
userMsg  String  (Optional)
Optional message string

Return Value

String
Error message as a string Error (errCode) ...
See Also