Accusoft.SmartZoneOCR5.Net - Updated
InvalidFieldTypeException Constructor(String,Exception)






Accusoft.SmartZoneOCRSdk Namespace > InvalidFieldTypeException Class > InvalidFieldTypeException Constructor : InvalidFieldTypeException Constructor(String,Exception)
A string which represents a message.
An inner exception from the base constructor.
Initializes a new instance of an invalid field type with a given message and inner exception.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal message As System.String, _
   ByVal innerException As System.Exception _
)
'Usage
 
Dim message As System.String
Dim innerException As System.Exception
 
Dim instance As New InvalidFieldTypeException(message, innerException)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public InvalidFieldTypeException( 
   System.string message,
   System.Exception innerException
)
public InvalidFieldTypeException( 
    message: System.String;
    innerException: System.Exception
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function InvalidFieldTypeException( 
   message : System.String,
   innerException : System.Exception
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: InvalidFieldTypeException( 
   System.string* message,
   System.Exception* innerException
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
InvalidFieldTypeException( 
   System.String^ message,
   System.Exception^ innerException
)

Parameters

message
A string which represents a message.
innerException
An inner exception from the base constructor.
See Also

Reference

InvalidFieldTypeException Class
InvalidFieldTypeException Members
Overload List