CryptoSys API Library Manual

General.ErrorLookup Method

Looks up error code

Syntax

[C#]
public static string ErrorLookup(
	int errCode
)
[VB.NET]
Public Shared Function ErrorLookup ( _
	errCode As Integer _
) As String

Parameters

errCode
Code number

Return Value

Corresponding error message

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: API_ErrorLookup

[Contents] [Index]

[HOME]   [NEXT: General.IsWin64 Method...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.