Click or drag to resize

ErrErrorLookup Method

Looks up description for error code.

Namespace: Sc14n
Assembly: diSc14nNet (in diSc14nNet.dll) Version: 3.1.0.28355 (3.1.0.0)
Syntax
public static string ErrorLookup(
	int errCode
)

Parameters

errCode  Int32
Value of error code to lookup (may be positive or negative)

Return Value

String
Corresponding error message
See Also