Accusoft.SmartZoneOCR5.Net - Updated
InvalidFieldTypeException Constructor(Int32)






Accusoft.SmartZoneOCRSdk Namespace > InvalidFieldTypeException Class > InvalidFieldTypeException Constructor : InvalidFieldTypeException Constructor(Int32)
Initializes a new instance of an invalid field type with a given error number.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal errorNumber As System.Integer _
)
'Usage
 
Dim errorNumber As System.Integer
 
Dim instance As New InvalidFieldTypeException(errorNumber)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public InvalidFieldTypeException( 
   System.int errorNumber
)
public InvalidFieldTypeException( 
    errorNumber: System.Integer
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function InvalidFieldTypeException( 
   errorNumber : System.int
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: InvalidFieldTypeException( 
   System.int errorNumber
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
InvalidFieldTypeException( 
   System.int errorNumber
)

Parameters

errorNumber
See Also

Reference

InvalidFieldTypeException Class
InvalidFieldTypeException Members
Overload List