GeneralFormatErrorMessage Method |
Return an error message string for the last error.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static string FormatErrorMessage(
int errCode = 0,
string userMsg = ""
)
Public Shared Function FormatErrorMessage (
Optional errCode As Integer = 0,
Optional userMsg As String = ""
) As String
Parameters
- errCode Int32 (Optional)
- Error code returned by last call (optional)
- userMsg String (Optional)
- Optional message string
Return Value
StringError message as a string
Error (errCode) ...
See Also