Look up error code.

Namespace:  FirmaSAT
Assembly:  diFirmaSatNet (in diFirmaSatNet.dll) Version: 10.50.0.29531

Syntax

C#
public static string ErrorLookup(
	int errCode
)
Visual Basic (Declaration)
Public Shared Function ErrorLookup ( _
	errCode As Integer _
) As String

Parameters

errCode
Type: System..::.Int32
Code number (may be positive or negative)

Return Value

Corresponding error message

Examples

CopyC#
Console.WriteLine(General.ErrorLookup(-10));
// Required data not found/Datos necesarios no encontrados (MISSING_ERROR)

See Also