 | LanguageNotFoundException Constructor |
Initializes a new instance of the LanguageNotFoundException class.
Namespace:
Patagames.Ocr.Exceptions
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic LanguageNotFoundException(
string langName,
string tessdataFolder
)
Public Sub New (
langName As String,
tessdataFolder As String
)
public:
LanguageNotFoundException(
String^ langName,
String^ tessdataFolder
)
new :
langName : string *
tessdataFolder : string -> LanguageNotFoundException
public LanguageNotFoundException(
String langName,
String tessdataFolder
)
Patagames.Ocr.Exceptions.LanguageNotFoundException = function(langName, tessdataFolder);
Parameters
- langName
- Type: SystemString
Variable's name - tessdataFolder
- Type: SystemString
tessdata folder
See Also