Accusoft.Forms1 - Updated
InvalidFieldTypeException Class
Members 



Accusoft.SmartZoneICRSdk Namespace : InvalidFieldTypeException Class
Contains information if the FieldType propety is set to an invalid value.
Syntax
<SerializableAttribute()>
Public NotInheritable Class InvalidFieldTypeException 
   Inherits SmartZoneICRException
Dim instance As InvalidFieldTypeException
[Serializable()]
public sealed class InvalidFieldTypeException : SmartZoneICRException 
[Serializable()]
public ref class InvalidFieldTypeException sealed : public SmartZoneICRException 
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
      System.ApplicationException
            Accusoft.SmartZoneICRSdk.SmartZoneICRException
               Accusoft.SmartZoneICRSdk.InvalidFieldTypeException

See Also

Reference

InvalidFieldTypeException Members
Accusoft.SmartZoneICRSdk Namespace
FieldType Property
DataValidationListAddEntry Method