←Select platform

OcrSupportLockedException Constructor(string,OcrSupportLockedExceptionType)

Summary

Initializes a new instance of the OcrSupportLockedException class with a specified error message and the support type required that is the cause of this exception.

Syntax

C#
VB
Java
C++
Public Function New( _ 
   ByVal message As String, _ 
   ByVal supportType As Leadtools.Forms.Ocr.OcrSupportLockedExceptionType _ 
) 
public OcrSupportLockedException(String message, 
                                 OcrSupportLockedExceptionType supportType) 
             
public: 
OcrSupportLockedException(  
   String^ message, 
   Leadtools.Forms.Ocr.OcrSupportLockedExceptionType supportType 
) 

Parameters

message
The error message that explains the reason for the exception.

supportType
The support type required that is the cause of this exception.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly