Accusoft.SmartZoneOCR4.Net
InvalidFieldTypeException Class
Members  See Also  Send Feedback
Accusoft.SmartZoneOCRSdk Namespace : InvalidFieldTypeException Class






Glossary Item Box

An exception object that this component will throw if the FieldType propety is set to an invalid value.

Object Model

InvalidFieldTypeException Class

Syntax

 
Visual Basic
C#
Delphi
JScript
Managed Extensions for C++
C++/CLI
 
 

Remarks

The field type is considered invalid when an operation associated with a certain field type is performed, but the Reader.FieldType property was not set to the particular field type.E.g., ifReader.DataValidationListAddEntry is called without setting FieldType to FieldType.DataValidationList, the exception will be thrown.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Accusoft.SmartZoneOCRSdk.SmartZoneException
            Accusoft.SmartZoneOCRSdk.SmartZoneOCRException
               Accusoft.SmartZoneOCRSdk.InvalidFieldTypeException

See Also

©2013. Accusoft Corporation. All Rights Reserved.