SmartZone v7.1 - Updated
InvalidFieldTypeException Class
Members 




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk 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 SmartZoneICRException
'Usage
 
Dim instance As InvalidFieldTypeException
[Serializable()]
public sealed class InvalidFieldTypeException : SmartZoneICRException 
[Serializable()]
public __gc __sealed class InvalidFieldTypeException : public 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
      Accusoft.SmartZoneICRSdk.SmartZoneException
         Accusoft.SmartZoneICRSdk.SmartZoneICRException
            Accusoft.SmartZoneICRSdk.InvalidFieldTypeException

See Also

Reference

InvalidFieldTypeException Members
Accusoft.SmartZoneICRSdk Namespace
FieldType Property
DataValidationListAddEntry Method

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