GeneralErrorLookup Method |
Return a description of an error code.
Namespace: CryptoSysPQCAssembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string ErrorLookup(
int errCode
)
Public Shared Function ErrorLookup (
errCode As Integer
) As String
Parameters
- errCode Int32
- Code number (may be positive or negative)
Return Value
StringCorresponding error message.
See Also