Accusoft.SmartZoneOCR5.Net - Updated
InvalidAreaException Constructor(Int32,String)






Accusoft.SmartZoneOCRSdk Namespace > InvalidAreaException Class > InvalidAreaException Constructor : InvalidAreaException Constructor(Int32,String)
An integer which represents the error number.
A string which represents the message.
Initializes a new instance of an invalid area with a given error number and message.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal errorNumber As System.Integer, _
   ByVal message As System.String _
)
'Usage
 
Dim errorNumber As System.Integer
Dim message As System.String
 
Dim instance As New InvalidAreaException(errorNumber, message)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public InvalidAreaException( 
   System.int errorNumber,
   System.string message
)
public InvalidAreaException( 
    errorNumber: System.Integer;
    message: System.String
); 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function InvalidAreaException( 
   errorNumber : System.int,
   message : System.String
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: InvalidAreaException( 
   System.int errorNumber,
   System.string* message
)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
InvalidAreaException( 
   System.int errorNumber,
   System.String^ message
)

Parameters

errorNumber
An integer which represents the error number.
message
A string which represents the message.
See Also

Reference

InvalidAreaException Class
InvalidAreaException Members
Overload List