Given an error number, gets the error message text for the culture on the current thread.

Namespace: Asi.iBO.Errors
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public static string GetErrorMessage(
	ErrorNumber errNumber
)
Visual Basic
Public Shared Function GetErrorMessage ( _
	errNumber As ErrorNumber _
) As String
Visual C++
public:
static String^ GetErrorMessage(
	ErrorNumber errNumber
)

Parameters

errNumber
Type: Asi.iBO.Errors..::..ErrorNumber
The error number of the error from which the text is desired

Return Value

The error message text for the current culture.

See Also