SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / InvalidFieldTypeException Class / InvalidFieldTypeException Constructor / InvalidFieldTypeException Constructor(String)
A string which represents the message.




In This Topic
    InvalidFieldTypeException Constructor(String)
    In This Topic
    Initializes a new instance of an invalid field type with a given message.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    'Usage
     
    
    Dim message As String
     
    Dim instance As New InvalidFieldTypeException(message)
    public InvalidFieldTypeException( 
       string message
    )
    public: InvalidFieldTypeException( 
       string* message
    )
    public:
    InvalidFieldTypeException( 
       String^ message
    )

    Parameters

    message
    A string which represents the message.
    See Also