Looks up error code

Namespace:  FirmaSAT
Assembly:  diFirmaSatNet (in diFirmaSatNet.dll) Version: 2.0.0.31703 (2.0.0.0)

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

Return Value

Corresponding error message

See Also