SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / InvalidFieldTypeException Class
Members




In This Topic
    InvalidFieldTypeException Class
    In This Topic
    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