←Select platform

OcrException Constructor(Int64)

Summary

Initializes a new instance of the OcrException class with an engine-specific error code that is the cause of this exception.

Syntax

C#
VB
Java
C++
public OcrException(  
   long code 
) 
Public Function New( _ 
   ByVal code As Long _ 
) 
public OcrException(long code) 
public: 
OcrException(  
   int64 code 
) 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Ocr Assembly
Click or drag to resize