Click or drag to resize
TesseractOcrException Constructor (String, Exception)
Initializes a new instance of the TesseractOcrException class.

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public TesseractOcrException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
The exception message.
inner
Type: SystemException
The inner exception.
See Also