| InvalidOcrEngineException Constructor (String, Exception) |
Exception generated from the Integration Library when an invalid OCR engine is requested.
Namespace:
EdaIntegrationContract.OCR
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax public InvalidOcrEngineException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
A description of the error - innerException
- Type: SystemException
The original exception that caused the error
See Also