Click or drag to resize

EngineGetErrorInfo Method

This property can be used to retrieve the textual representation of the specified ErrorCode.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public string GetErrorInfo(
	int Error,
	out string Name
)

Parameters

Error
Type: SystemInt32
Name
Type: SystemString

Return Value

Type: String
Remarks

The language of the error string is English.

If the Engine is not initialized, accessing this property raises a trappable error.

See Also