CryptoSys API Library Manual
 
General.FormatErrorMessage Method
 Return an error message string for the last error. 
Syntax
[C#]
public static string FormatErrorMessage(
	int errCode
)
[VB.NET]
Public Shared Function FormatErrorMessage ( _
	errCode As Integer _
) As String
Parameters
  - errCode
 
  - Error code returned by last call (optional)
 
Return Value
Error message as a string Error ({errCode}): {errorlookup}[: {lasterror}]
See Also
VB6/C equivalent: API_ErrorLookup
[Contents] [Index]