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]

[PREV: General.ErrorLookup Method...]   [Contents]   [Index]   
   [NEXT: General.IsWin64 Method...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.