CryptoSys PKI Pro Manual

Example: General.ErrorLookup 

[VB6 equivalent: PKI_ErrorLookup]

Dim nErrCode As Integer
Dim strErrMsg As String

nErrCode = 25
strErrMsg = General.ErrorLookup(nErrCode)
Console.WriteLine("ErrorLookup(" & nErrCode & ")=" & strErrMsg)

See Also:
General.ErrorLookup Method

[Contents] [Index]

[PREV: Example: General.CompileTime ...]   [Contents]   [Index]   
   [NEXT: Example: General.LicenceType ...]

Copyright © 2004-23 D.I. Management Services Pty Ltd. All rights reserved. Generated 2023-09-18T10:02:53Z.