General.FormatErrorMessage Method
Return an error message string for the last error.
Syntax
[C#]
public static string FormatErrorMessage(
int errCode,
string userMsg
)
[VB.NET]
Public Shared Function FormatErrorMessage ( _
errCode As Integer, _
userMsg As String _
) As String
Parameters
- errCode
- Error code returned by last call (optional)
- userMsg
- Optional message string
Return Value
Error message as a string Error (errCode) ...
[Contents] [Index]