Engine.GetErrorInfo 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
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: System.Int32
- Name
- Type: System.String
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