EngineGetErrorInfo Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string GetErrorInfo(
int Error,
out string Name
)
Public Function GetErrorInfo (
Error As Integer,
<OutAttribute> ByRef Name As String
) As String
public:
String^ GetErrorInfo(
[InAttribute] int Error,
[OutAttribute] String^% Name
)
Parameters
- Error
- Type: SystemInt32
- Name
- Type: SystemString
Return Value
Type:
String
See Also