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






Accusoft.SmartZoneOCRSdk Namespace > InvalidLicenseException Class > InvalidLicenseException Constructor : InvalidLicenseException Constructor(Int32)
An integer which represents the error number.
Initializes a new instance of an invalid license 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 InvalidLicenseException(errorNumber)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public InvalidLicenseException( 
   System.int errorNumber
)
public InvalidLicenseException( 
    errorNumber: System.Integer
); 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function InvalidLicenseException( 
   errorNumber : System.int
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: InvalidLicenseException( 
   System.int errorNumber
)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
InvalidLicenseException( 
   System.int errorNumber
)

Parameters

errorNumber
An integer which represents the error number.
See Also

Reference

InvalidLicenseException Class
InvalidLicenseException Members
Overload List