SmartZone v7.2 - Updated
InvalidLicenseException Constructor(String)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > InvalidLicenseException Class > InvalidLicenseException Constructor : InvalidLicenseException Constructor(String)
A string which represents the message.
Initializes a new instance of an invalid license with a given message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New InvalidLicenseException(message)
public InvalidLicenseException( 
   string message
)
public: InvalidLicenseException( 
   string* message
)
public:
InvalidLicenseException( 
   String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

InvalidLicenseException Class
InvalidLicenseException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.