←Select platform

OcrException Constructor(long)

Summary
Initializes a new instance of the OcrException class with an engine-specific error code that is the cause of this exception.
Syntax
C#
C++/CLI
Java
Python
public OcrException( 
   long code 
) 
public OcrException(long code) 
public: 
OcrException(  
   int64 code 
) 
__init__(self,code) # Overloaded constructor 

Parameters

code
Engine-specific error code. To get a description of this code, use the IOcrEngine.GetErrorCodeString method.

Remarks

The Message property of this OcrException will contain the same description used in IOcrEngine.GetErrorCodeString.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.