SmartZone v7.1 - Updated
InvalidFieldTypeException Class
Members 




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace : InvalidFieldTypeException Class
Contains information if the FieldType property is set to an invalid value.
Object Model
InvalidFieldTypeException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class InvalidFieldTypeException 
   Inherits SmartZoneOCRException
'Usage
 
Dim instance As InvalidFieldTypeException
[Serializable()]
public sealed class InvalidFieldTypeException : SmartZoneOCRException 
[Serializable()]
public __gc __sealed class InvalidFieldTypeException : public SmartZoneOCRException 
[Serializable()]
public ref class InvalidFieldTypeException sealed : public SmartZoneOCRException 
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., if Reader.DataValidationListAddEntry is called without setting FieldType to FieldType.DataValidationList, the exception will be thrown.
Inheritance Hierarchy

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

See Also

Reference

InvalidFieldTypeException Members
Accusoft.SmartZoneOCRSdk Namespace
FieldType Property
DataValidationListAddEntry Method

Is this page helpful?
Yes No
Thanks for your feedback.