Click or drag to resize

GeneralErrorLookup Method

Return a description of an error code.

Namespace: CryptoSysPQC
Assembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ErrorLookup(
	int errCode
)

Parameters

errCode  Int32
Code number (may be positive or negative)

Return Value

String
Corresponding error message.
See Also