[VB6 equivalent: API_ErrorLookup]
API_ErrorLookup
Dim nErrCode As Integer nErrCode = 33 Console.WriteLine("ErrorLookup(" & nErrCode & ")=" & General.ErrorLookup(nErrCode))
See Also: General.ErrorLookup Method General.FormatErrorMessage Method
[Contents] [Index]