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






Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCRException Class > SmartZoneOCRException Constructor : SmartZoneOCRException Constructor(Int32)
An integer which represents the error number.
Initializes a new instance of the SmartZoneOCRException class with a given error number.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal errorNumber As System.Integer _
)
'Usage
 
Dim errorNumber As System.Integer
 
Dim instance As New SmartZoneOCRException(errorNumber)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public SmartZoneOCRException( 
   System.int errorNumber
)
public SmartZoneOCRException( 
    errorNumber: System.Integer
); 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function SmartZoneOCRException( 
   errorNumber : System.int
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: SmartZoneOCRException( 
   System.int errorNumber
)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
SmartZoneOCRException( 
   System.int errorNumber
)

Parameters

errorNumber
An integer which represents the error number.
See Also

Reference

SmartZoneOCRException Class
SmartZoneOCRException Members
Overload List