 | NoLicenseException Constructor (String) |
Initializes a new instance of the NoLicenseException class.
Namespace:
Patagames.Ocr.Exceptions
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic NoLicenseException(
string message
)
Public Sub New (
message As String
)
public:
NoLicenseException(
String^ message
)
new :
message : string -> NoLicenseException
public NoLicenseException(
String message
)
Patagames.Ocr.Exceptions.NoLicenseException = function(message);
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also